summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFECompositeElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFECompositeElement.h')
-rw-r--r--WebCore/svg/SVGFECompositeElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFECompositeElement.h b/WebCore/svg/SVGFECompositeElement.h
index b229cc5..19683de 100644
--- a/WebCore/svg/SVGFECompositeElement.h
+++ b/WebCore/svg/SVGFECompositeElement.h
@@ -29,14 +29,15 @@ namespace WebCore {
class SVGFECompositeElement : public SVGFilterPrimitiveStandardAttributes {
public:
+ static PassRefPtr<SVGFECompositeElement> create(const QualifiedName&, Document*);
+
+private:
SVGFECompositeElement(const QualifiedName&, Document*);
- virtual ~SVGFECompositeElement();
virtual void parseMappedAttribute(Attribute*);
virtual void synchronizeProperty(const QualifiedName&);
virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*);
-private:
DECLARE_ANIMATED_PROPERTY(SVGFECompositeElement, SVGNames::inAttr, String, In1, in1)
DECLARE_ANIMATED_PROPERTY(SVGFECompositeElement, SVGNames::in2Attr, String, In2, in2)
DECLARE_ANIMATED_PROPERTY(SVGFECompositeElement, SVGNames::operatorAttr, int, _operator, _operator)