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

Unified Diff: Source/core/svg/SVGPathParser.h

Issue 1028173002: SVGPathParser: Move unaltered emits to a separate code-path (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | Source/core/svg/SVGPathParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathParser.h
diff --git a/Source/core/svg/SVGPathParser.h b/Source/core/svg/SVGPathParser.h
index fdf66895a7384ad382adcef40237b5b925151191..57c099b08a7c4f011f041531199ca06f458ad8c5 100644
--- a/Source/core/svg/SVGPathParser.h
+++ b/Source/core/svg/SVGPathParser.h
@@ -63,7 +63,6 @@ private:
RawPtrWillBeMember<SVGPathSource> m_source;
RawPtrWillBeMember<SVGPathConsumer> m_consumer;
PathCoordinateMode m_mode;
- PathParsingMode m_pathParsingMode;
SVGPathSegType m_lastCommand;
FloatPoint m_controlPoint;
FloatPoint m_currentPoint;
« no previous file with comments | « no previous file | Source/core/svg/SVGPathParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698