Index: Source/core/rendering/svg/RenderSVGTextPath.h |
diff --git a/Source/core/rendering/svg/RenderSVGTextPath.h b/Source/core/rendering/svg/RenderSVGTextPath.h |
index 6e14b5528f654716551e858e226c43bdb06dfae4..0191cb140b13cc6e33fbf9fed47c451cc8c18bbe 100644 |
--- a/Source/core/rendering/svg/RenderSVGTextPath.h |
+++ b/Source/core/rendering/svg/RenderSVGTextPath.h |
@@ -32,10 +32,9 @@ public: |
Path layoutPath() const; |
float startOffset() const; |
- virtual bool isSVGTextPath() const { return true; } |
- |
private: |
virtual const char* renderName() const { return "RenderSVGTextPath"; } |
+ virtual SVGType getSVGType() const OVERRIDE { return IsSVGTextPath; } |
Path m_layoutPath; |
}; |