summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFEMergeElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFEMergeElement.h')
-rw-r--r--WebCore/svg/SVGFEMergeElement.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEMergeElement.h b/WebCore/svg/SVGFEMergeElement.h
index 1ae6eb4..c07be4c 100644
--- a/WebCore/svg/SVGFEMergeElement.h
+++ b/WebCore/svg/SVGFEMergeElement.h
@@ -29,8 +29,10 @@ namespace WebCore {
class SVGFEMergeElement : public SVGFilterPrimitiveStandardAttributes {
public:
+ static PassRefPtr<SVGFEMergeElement> create(const QualifiedName&, Document*);
+
+private:
SVGFEMergeElement(const QualifiedName&, Document*);
- virtual ~SVGFEMergeElement();
virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*);
};