Chromium Code Reviews| 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) |
| { |