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

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

Issue 456763002: Get rid of SVGPathSegRole (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/core/svg/SVGPathElement.cpp ('k') | Source/core/svg/SVGPathSegArc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathSeg.h
diff --git a/Source/core/svg/SVGPathSeg.h b/Source/core/svg/SVGPathSeg.h
index c9ca740b21ef27f041a3989d929dfd7a71ff0221..5549b0d575cc51c19974abe7f812803e4f14a0b6 100644
--- a/Source/core/svg/SVGPathSeg.h
+++ b/Source/core/svg/SVGPathSeg.h
@@ -58,12 +58,6 @@ enum SVGPathSegType {
PathSegCurveToQuadraticSmoothRel = 19
};
-enum SVGPathSegRole {
- PathSegUnalteredRole = 0,
- PathSegNormalizedRole = 1,
- PathSegUndefinedRole = 2
-};
-
class SVGPropertyBase;
class SVGPathElement;
class SVGElement;
« no previous file with comments | « Source/core/svg/SVGPathElement.cpp ('k') | Source/core/svg/SVGPathSegArc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698