summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGEllipseElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGEllipseElement.h')
-rw-r--r--WebCore/svg/SVGEllipseElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGEllipseElement.h b/WebCore/svg/SVGEllipseElement.h
index 85ec4c8..bee815c 100644
--- a/WebCore/svg/SVGEllipseElement.h
+++ b/WebCore/svg/SVGEllipseElement.h
@@ -34,8 +34,10 @@ namespace WebCore {
public SVGLangSpace,
public SVGExternalResourcesRequired {
public:
+ static PassRefPtr<SVGEllipseElement> create(const QualifiedName&, Document*);
+
+ private:
SVGEllipseElement(const QualifiedName&, Document*);
- virtual ~SVGEllipseElement();
virtual bool isValid() const { return SVGTests::isValid(); }
@@ -45,7 +47,6 @@ namespace WebCore {
virtual Path toPathData() const;
- private:
virtual bool selfHasRelativeLengths() const;
DECLARE_ANIMATED_PROPERTY(SVGEllipseElement, SVGNames::cxAttr, SVGLength, Cx, cx)