Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h |
index 6fd8dd2f134f388a415013afab472f719fc4c0a0..1d875856e532555d749daaeb112c6e9aa2ff30dc 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h |
@@ -37,9 +37,6 @@ public: |
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSVGTextPath || LayoutSVGInline::isOfType(type); } |
const char* name() const override { return "LayoutSVGTextPath"; } |
- |
-private: |
- Path m_layoutPath; |
}; |
DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutSVGTextPath, isSVGTextPath()); |