summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGTextPathElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGTextPathElement.h')
-rw-r--r--WebCore/svg/SVGTextPathElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/svg/SVGTextPathElement.h b/WebCore/svg/SVGTextPathElement.h
index 943d795..4e7f914 100644
--- a/WebCore/svg/SVGTextPathElement.h
+++ b/WebCore/svg/SVGTextPathElement.h
@@ -57,12 +57,15 @@ namespace WebCore {
virtual void insertedIntoDocument();
virtual void parseMappedAttribute(Attribute*);
+ virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
bool childShouldCreateRenderer(Node*) const;
private:
+ virtual bool selfHasRelativeLengths() const;
+
DECLARE_ANIMATED_PROPERTY(SVGTextPathElement, SVGNames::startOffsetAttr, SVGLength, StartOffset, startOffset)
DECLARE_ANIMATED_PROPERTY(SVGTextPathElement, SVGNames::methodAttr, int, Method, method)
DECLARE_ANIMATED_PROPERTY(SVGTextPathElement, SVGNames::spacingAttr, int, Spacing, spacing)