summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGRectElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGRectElement.h')
-rw-r--r--WebCore/svg/SVGRectElement.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/svg/SVGRectElement.h b/WebCore/svg/SVGRectElement.h
index 16f8408..4aafc13 100644
--- a/WebCore/svg/SVGRectElement.h
+++ b/WebCore/svg/SVGRectElement.h
@@ -45,10 +45,9 @@ namespace WebCore {
virtual Path toPathData() const;
- protected:
- virtual bool hasRelativeValues() const;
-
private:
+ virtual bool selfHasRelativeLengths() const;
+
DECLARE_ANIMATED_PROPERTY(SVGRectElement, SVGNames::xAttr, SVGLength, X, x)
DECLARE_ANIMATED_PROPERTY(SVGRectElement, SVGNames::yAttr, SVGLength, Y, y)
DECLARE_ANIMATED_PROPERTY(SVGRectElement, SVGNames::widthAttr, SVGLength, Width, width)