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