diff options
Diffstat (limited to 'WebCore/svg/SVGCircleElement.h')
-rw-r--r-- | WebCore/svg/SVGCircleElement.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/svg/SVGCircleElement.h b/WebCore/svg/SVGCircleElement.h index eb2714c..0ffb934 100644 --- a/WebCore/svg/SVGCircleElement.h +++ b/WebCore/svg/SVGCircleElement.h @@ -45,10 +45,9 @@ namespace WebCore { virtual Path toPathData() const; - protected: - virtual bool hasRelativeValues() const; - private: + virtual bool selfHasRelativeLengths() const; + DECLARE_ANIMATED_PROPERTY(SVGCircleElement, SVGNames::cxAttr, SVGLength, Cx, cx) DECLARE_ANIMATED_PROPERTY(SVGCircleElement, SVGNames::cyAttr, SVGLength, Cy, cy) DECLARE_ANIMATED_PROPERTY(SVGCircleElement, SVGNames::rAttr, SVGLength, R, r) |