diff options
Diffstat (limited to 'WebCore/svg/SVGFEFuncBElement.h')
-rw-r--r-- | WebCore/svg/SVGFEFuncBElement.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEFuncBElement.h b/WebCore/svg/SVGFEFuncBElement.h index 85f9500..ea664f5 100644 --- a/WebCore/svg/SVGFEFuncBElement.h +++ b/WebCore/svg/SVGFEFuncBElement.h @@ -25,10 +25,13 @@ #include "SVGComponentTransferFunctionElement.h" namespace WebCore { + class SVGFEFuncBElement : public SVGComponentTransferFunctionElement { public: + static PassRefPtr<SVGFEFuncBElement> create(const QualifiedName&, Document*); + + private: SVGFEFuncBElement(const QualifiedName&, Document*); - virtual ~SVGFEFuncBElement(); }; } // namespace WebCore |