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

Unified Diff: Source/platform/graphics/PathTraversalState.h

Issue 1015833004: Move PathTraversalState::m_segmentIndex to SVGPathTraversalStateBuilder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move ownership of PathTraversalState Created 5 years, 9 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 | « Source/core/svg/SVGPathUtilities.cpp ('k') | Source/platform/graphics/PathTraversalState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/PathTraversalState.h
diff --git a/Source/platform/graphics/PathTraversalState.h b/Source/platform/graphics/PathTraversalState.h
index 2cb3eedf87e4d6d34f0c8182910ebff72f08b20b..83a68bbd3482201b873afa89999ead9ee8e9dc75 100644
--- a/Source/platform/graphics/PathTraversalState.h
+++ b/Source/platform/graphics/PathTraversalState.h
@@ -58,7 +58,6 @@ public:
FloatPoint m_start;
float m_totalLength;
- unsigned m_segmentIndex;
float m_desiredLength;
// For normal calculations
« no previous file with comments | « Source/core/svg/SVGPathUtilities.cpp ('k') | Source/platform/graphics/PathTraversalState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698