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

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

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/platform/graphics/PathTraversalState.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/PathTraversalState.cpp
diff --git a/Source/platform/graphics/PathTraversalState.cpp b/Source/platform/graphics/PathTraversalState.cpp
index 765ac7e5f8e361f3a700ee0985cb99121867829e..ee0ea0c4e7c508aa6042c136246e8582c5d4a0bf 100644
--- a/Source/platform/graphics/PathTraversalState.cpp
+++ b/Source/platform/graphics/PathTraversalState.cpp
@@ -166,7 +166,6 @@ PathTraversalState::PathTraversalState(PathTraversalAction action)
: m_action(action)
, m_success(false)
, m_totalLength(0)
- , m_segmentIndex(0)
, m_desiredLength(0)
, m_normalAngle(0)
{
« no previous file with comments | « Source/platform/graphics/PathTraversalState.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698