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

Unified Diff: third_party/WebKit/Source/core/svg/SVGLengthContext.h

Issue 2354283002: Drop the SVGLengthType enumeration (Closed)
Patch Set: Drop the enum entirely Created 4 years, 3 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 | third_party/WebKit/Source/core/svg/SVGLengthTearOff.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGLengthContext.h
diff --git a/third_party/WebKit/Source/core/svg/SVGLengthContext.h b/third_party/WebKit/Source/core/svg/SVGLengthContext.h
index f885b6b6811ca6305126c2c040e6890d5a1409e2..b763a44ecb5b76773855448935da9cd7a06c9121 100644
--- a/third_party/WebKit/Source/core/svg/SVGLengthContext.h
+++ b/third_party/WebKit/Source/core/svg/SVGLengthContext.h
@@ -32,22 +32,6 @@ class SVGElement;
class SVGLength;
class UnzoomedLength;
-enum SVGLengthType {
- LengthTypeUnknown = 0,
- LengthTypeNumber,
- LengthTypePercentage,
- LengthTypeEMS,
- LengthTypeEXS,
- LengthTypePX,
- LengthTypeCM,
- LengthTypeMM,
- LengthTypeIN,
- LengthTypePT,
- LengthTypePC,
- LengthTypeREMS,
- LengthTypeCHS
-};
-
enum class SVGLengthMode {
Width,
Height,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGLengthTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698