summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGClipPathElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGClipPathElement.h')
-rw-r--r--WebCore/svg/SVGClipPathElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGClipPathElement.h b/WebCore/svg/SVGClipPathElement.h
index 85dd05e..7d8ada2 100644
--- a/WebCore/svg/SVGClipPathElement.h
+++ b/WebCore/svg/SVGClipPathElement.h
@@ -35,8 +35,10 @@ class SVGClipPathElement : public SVGStyledTransformableElement,
public SVGLangSpace,
public SVGExternalResourcesRequired {
public:
+ static PassRefPtr<SVGClipPathElement> create(const QualifiedName&, Document*);
+
+private:
SVGClipPathElement(const QualifiedName&, Document*);
- virtual ~SVGClipPathElement();
virtual bool isValid() const { return SVGTests::isValid(); }
virtual bool needsPendingResourceHandling() const { return false; }
@@ -48,7 +50,6 @@ public:
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
-private:
DECLARE_ANIMATED_PROPERTY(SVGClipPathElement, SVGNames::clipPathUnitsAttr, int, ClipPathUnits, clipPathUnits)
// SVGExternalResourcesRequired