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, 2 insertions, 3 deletions
diff --git a/WebCore/svg/SVGEllipseElement.h b/WebCore/svg/SVGEllipseElement.h
index 4b2c38d..5a5060e 100644
--- a/WebCore/svg/SVGEllipseElement.h
+++ b/WebCore/svg/SVGEllipseElement.h
@@ -45,10 +45,9 @@ namespace WebCore {
virtual Path toPathData() const;
- protected:
- virtual bool hasRelativeValues() const;
-
private:
+ virtual bool selfHasRelativeLengths() const;
+
DECLARE_ANIMATED_PROPERTY(SVGEllipseElement, SVGNames::cxAttr, SVGLength, Cx, cx)
DECLARE_ANIMATED_PROPERTY(SVGEllipseElement, SVGNames::cyAttr, SVGLength, Cy, cy)
DECLARE_ANIMATED_PROPERTY(SVGEllipseElement, SVGNames::rxAttr, SVGLength, Rx, rx)