summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGTextContentElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGTextContentElement.h')
-rw-r--r--WebCore/svg/SVGTextContentElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/svg/SVGTextContentElement.h b/WebCore/svg/SVGTextContentElement.h
index f73d5e4..44220b9 100644
--- a/WebCore/svg/SVGTextContentElement.h
+++ b/WebCore/svg/SVGTextContentElement.h
@@ -63,6 +63,9 @@ namespace WebCore {
bool isKnownAttribute(const QualifiedName&);
+ protected:
+ virtual bool selfHasRelativeLengths() const;
+
private:
DECLARE_ANIMATED_PROPERTY(SVGTextContentElement, SVGNames::textLengthAttr, SVGLength, TextLength, textLength)
DECLARE_ANIMATED_PROPERTY(SVGTextContentElement, SVGNames::lengthAdjustAttr, int, LengthAdjust, lengthAdjust)