summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFEMergeNodeElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFEMergeNodeElement.h')
-rw-r--r--WebCore/svg/SVGFEMergeNodeElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFEMergeNodeElement.h b/WebCore/svg/SVGFEMergeNodeElement.h
index 944081f..65c5d3d 100644
--- a/WebCore/svg/SVGFEMergeNodeElement.h
+++ b/WebCore/svg/SVGFEMergeNodeElement.h
@@ -29,13 +29,14 @@ namespace WebCore {
class SVGFEMergeNodeElement : public SVGElement {
public:
+ static PassRefPtr<SVGFEMergeNodeElement> create(const QualifiedName&, Document*);
+
+ private:
SVGFEMergeNodeElement(const QualifiedName&, Document*);
- virtual ~SVGFEMergeNodeElement();
virtual void parseMappedAttribute(Attribute*);
virtual void synchronizeProperty(const QualifiedName&);
- private:
DECLARE_ANIMATED_PROPERTY(SVGFEMergeNodeElement, SVGNames::inAttr, String, In1, in1)
};