Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(767)

Unified Diff: Source/core/layout/svg/SVGTextLayoutEngine.h

Issue 1157253002: Remove SVGTextLayoutEngine::m_pathLayoutBoxes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/layout/svg/SVGTextLayoutEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextLayoutEngine.h
diff --git a/Source/core/layout/svg/SVGTextLayoutEngine.h b/Source/core/layout/svg/SVGTextLayoutEngine.h
index e7a58b8309e8911f3817ac645fafef52be22143a..becaad9e60cdfb1a37d5052fd024a4fa68b9b5d1 100644
--- a/Source/core/layout/svg/SVGTextLayoutEngine.h
+++ b/Source/core/layout/svg/SVGTextLayoutEngine.h
@@ -75,7 +75,6 @@ private:
Vector<SVGTextLayoutAttributes*>& m_layoutAttributes;
Vector<SVGInlineTextBox*> m_lineLayoutBoxes;
- Vector<SVGInlineTextBox*> m_pathLayoutBoxes;
SVGTextFragment m_currentTextFragment;
unsigned m_layoutAttributesPosition;
« no previous file with comments | « no previous file | Source/core/layout/svg/SVGTextLayoutEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698