diff options
Diffstat (limited to 'WebCore/svg/SVGFEPointLightElement.h')
-rw-r--r-- | WebCore/svg/SVGFEPointLightElement.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFEPointLightElement.h b/WebCore/svg/SVGFEPointLightElement.h index d734f9e..270d36d 100644 --- a/WebCore/svg/SVGFEPointLightElement.h +++ b/WebCore/svg/SVGFEPointLightElement.h @@ -24,10 +24,13 @@ #include "SVGFELightElement.h" namespace WebCore { + class SVGFEPointLightElement : public SVGFELightElement { - public: + public: + static PassRefPtr<SVGFEPointLightElement> create(const QualifiedName&, Document*); + + private: SVGFEPointLightElement(const QualifiedName&, Document*); - virtual ~SVGFEPointLightElement(); virtual PassRefPtr<LightSource> lightSource() const; }; |