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

Unified Diff: third_party/WebKit/Source/core/svg/SVGUnitTypes.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/SVGUnitTypes.h
diff --git a/third_party/WebKit/Source/core/svg/SVGUnitTypes.h b/third_party/WebKit/Source/core/svg/SVGUnitTypes.h
index ca49347ca3ffce526a0abd5cbd2de6acb5db07a7..5747f8ab600836e12f468b4f669a27e00182ada6 100644
--- a/third_party/WebKit/Source/core/svg/SVGUnitTypes.h
+++ b/third_party/WebKit/Source/core/svg/SVGUnitTypes.h
@@ -30,9 +30,9 @@ class SVGUnitTypes final : public GarbageCollected<SVGUnitTypes>, public ScriptW
DEFINE_WRAPPERTYPEINFO();
public:
enum SVGUnitType {
- SVG_UNIT_TYPE_UNKNOWN = 0,
- SVG_UNIT_TYPE_USERSPACEONUSE = 1,
- SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2
+ kSvgUnitTypeUnknown = 0,
+ kSvgUnitTypeUserspaceonuse = 1,
+ kSvgUnitTypeObjectboundingbox = 2
};
DEFINE_INLINE_TRACE() { }
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTransformTearOff.h ('k') | third_party/WebKit/Source/core/svg/SVGUnitTypes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698