diff options
Diffstat (limited to 'WebCore/svg/SVGFEDiffuseLightingElement.h')
-rw-r--r-- | WebCore/svg/SVGFEDiffuseLightingElement.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFEDiffuseLightingElement.h b/WebCore/svg/SVGFEDiffuseLightingElement.h index c5bedf1..e0dbfc4 100644 --- a/WebCore/svg/SVGFEDiffuseLightingElement.h +++ b/WebCore/svg/SVGFEDiffuseLightingElement.h @@ -36,15 +36,16 @@ class SVGColor; class SVGFEDiffuseLightingElement : public SVGFilterPrimitiveStandardAttributes { public: + static PassRefPtr<SVGFEDiffuseLightingElement> create(const QualifiedName&, Document*); + +private: SVGFEDiffuseLightingElement(const QualifiedName&, Document*); - virtual ~SVGFEDiffuseLightingElement(); virtual void parseMappedAttribute(Attribute*); virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*); -private: DECLARE_ANIMATED_PROPERTY(SVGFEDiffuseLightingElement, SVGNames::inAttr, String, In1, in1) DECLARE_ANIMATED_PROPERTY(SVGFEDiffuseLightingElement, SVGNames::diffuseConstantAttr, float, DiffuseConstant, diffuseConstant) DECLARE_ANIMATED_PROPERTY(SVGFEDiffuseLightingElement, SVGNames::surfaceScaleAttr, float, SurfaceScale, surfaceScale) |