summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGSVGElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGSVGElement.h')
-rw-r--r--WebCore/svg/SVGSVGElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/svg/SVGSVGElement.h b/WebCore/svg/SVGSVGElement.h
index e941034..88ce958 100644
--- a/WebCore/svg/SVGSVGElement.h
+++ b/WebCore/svg/SVGSVGElement.h
@@ -128,9 +128,10 @@ namespace WebCore {
void inheritViewAttributes(SVGViewElement*);
bool isOutermostSVG() const;
- virtual bool hasRelativeValues() const;
private:
+ virtual bool selfHasRelativeLengths() const;
+
DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::xAttr, SVGLength, X, x)
DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::yAttr, SVGLength, Y, y)
DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::widthAttr, SVGLength, Width, width)