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

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

Issue 1048913004: Eliminate use of and remove PathCoordinateMode (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
« Source/core/svg/SVGPathBlender.cpp ('K') | « Source/core/svg/SVGPathBlender.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathConsumer.h
diff --git a/Source/core/svg/SVGPathConsumer.h b/Source/core/svg/SVGPathConsumer.h
index 0327a750a14d02be669487a6cfddc5f697d26a13..6c94ef211469cd603a2d5a67fbb4230117a33513 100644
--- a/Source/core/svg/SVGPathConsumer.h
+++ b/Source/core/svg/SVGPathConsumer.h
@@ -30,11 +30,6 @@
namespace blink {
-enum PathCoordinateMode {
- AbsoluteCoordinates,
- RelativeCoordinates
-};
-
enum PathParsingMode {
NormalizedParsing,
UnalteredParsing
« Source/core/svg/SVGPathBlender.cpp ('K') | « Source/core/svg/SVGPathBlender.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698