Chromium Code Reviews

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

Issue 1051783002: Move PathParsingMode to SVGPathParser.h (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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/core/svg/SVGPathParser.h » ('j') | 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..138901e56a12d66e0e372649a4919a4c5e345245 100644
--- a/Source/core/svg/SVGPathConsumer.h
+++ b/Source/core/svg/SVGPathConsumer.h
@@ -35,11 +35,6 @@ enum PathCoordinateMode {
RelativeCoordinates
};
-enum PathParsingMode {
- NormalizedParsing,
- UnalteredParsing
-};
-
struct PathSegmentData;
class SVGPathConsumer : public NoBaseWillBeGarbageCollectedFinalized<SVGPathConsumer> {
« no previous file with comments | « no previous file | Source/core/svg/SVGPathParser.h » ('j') | no next file with comments »

Powered by Google App Engine