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

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

Issue 2068053002: Rename Blink constants generated from IDL files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
Index: third_party/WebKit/Source/core/svg/SVGLengthTearOff.h
diff --git a/third_party/WebKit/Source/core/svg/SVGLengthTearOff.h b/third_party/WebKit/Source/core/svg/SVGLengthTearOff.h
index 8ab02abb9e9768fade8d775a5c15ebbf626138a7..32677d5feb6e661725401a7e0e30d5c292a08278 100644
--- a/third_party/WebKit/Source/core/svg/SVGLengthTearOff.h
+++ b/third_party/WebKit/Source/core/svg/SVGLengthTearOff.h
@@ -43,17 +43,17 @@ class SVGLengthTearOff final : public SVGPropertyTearOff<SVGLength>, public Scri
public:
// Forward declare these enums in the w3c naming scheme, for IDL generation
enum {
- SVG_LENGTHTYPE_UNKNOWN = LengthTypeUnknown,
- SVG_LENGTHTYPE_NUMBER = LengthTypeNumber,
- SVG_LENGTHTYPE_PERCENTAGE = LengthTypePercentage,
- SVG_LENGTHTYPE_EMS = LengthTypeEMS,
- SVG_LENGTHTYPE_EXS = LengthTypeEXS,
- SVG_LENGTHTYPE_PX = LengthTypePX,
- SVG_LENGTHTYPE_CM = LengthTypeCM,
- SVG_LENGTHTYPE_MM = LengthTypeMM,
- SVG_LENGTHTYPE_IN = LengthTypeIN,
- SVG_LENGTHTYPE_PT = LengthTypePT,
- SVG_LENGTHTYPE_PC = LengthTypePC
+ kSvgLengthtypeUnknown = LengthTypeUnknown,
+ kSvgLengthtypeNumber = LengthTypeNumber,
+ kSvgLengthtypePercentage = LengthTypePercentage,
+ kSvgLengthtypeEms = LengthTypeEMS,
+ kSvgLengthtypeExs = LengthTypeEXS,
+ kSvgLengthtypePx = LengthTypePX,
+ kSvgLengthtypeCm = LengthTypeCM,
+ kSvgLengthtypeMm = LengthTypeMM,
+ kSvgLengthtypeIn = LengthTypeIN,
+ kSvgLengthtypePt = LengthTypePT,
+ kSvgLengthtypePc = LengthTypePC
};
static SVGLengthTearOff* create(SVGLength* target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGLengthContext.cpp ('k') | third_party/WebKit/Source/core/svg/SVGMarkerElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698