Index: Source/core/rendering/svg/SVGTextLayoutEngine.h |
diff --git a/Source/core/rendering/svg/SVGTextLayoutEngine.h b/Source/core/rendering/svg/SVGTextLayoutEngine.h |
index 3ae5fa09087e13905509ae4a98199fb50e886988..f793353469e6c0a590f2c5086d5886cdc9f2d294 100644 |
--- a/Source/core/rendering/svg/SVGTextLayoutEngine.h |
+++ b/Source/core/rendering/svg/SVGTextLayoutEngine.h |
@@ -96,7 +96,7 @@ private: |
bool m_inPathLayout; |
// Text on path layout |
- Path m_textPath; |
+ Path::PositionCalculator* m_textPathCalculator; |
float m_textPathLength; |
float m_textPathStartOffset; |
float m_textPathCurrentOffset; |