Index: Source/core/svg/SVGTextPathElement.h |
diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h |
index adb4369df74109d1398524698720381be8a90b7b..c45bbcf8b1a2106be3d5f60c245a2f30fdfff640 100644 |
--- a/Source/core/svg/SVGTextPathElement.h |
+++ b/Source/core/svg/SVGTextPathElement.h |
@@ -120,19 +120,19 @@ private: |
void clearResourceReferences(); |
- virtual void buildPendingResource(); |
+ virtual void buildPendingResource() OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual void svgAttributeChanged(const QualifiedName&); |
+ virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
- virtual RenderObject* createRenderer(RenderStyle*); |
- virtual bool childShouldCreateRenderer(const Node& child) const; |
- virtual bool rendererIsNeeded(const RenderStyle&); |
+ virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE; |
- virtual bool selfHasRelativeLengths() const; |
+ virtual bool selfHasRelativeLengths() const OVERRIDE; |
RefPtr<SVGAnimatedLength> m_startOffset; |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGTextPathElement) |