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

Unified Diff: third_party/WebKit/Source/core/svg/SVGMarkerElement.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/SVGMarkerElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGMarkerElement.h b/third_party/WebKit/Source/core/svg/SVGMarkerElement.h
index 8df837d189e7481622aa82c5ae3355012d90dee0..56d3eafac0017a57b9b53831c5f9d514a0e6c433 100644
--- a/third_party/WebKit/Source/core/svg/SVGMarkerElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGMarkerElement.h
@@ -45,15 +45,15 @@ class SVGMarkerElement final : public SVGElement,
public:
// Forward declare enumerations in the W3C naming scheme, for IDL generation.
enum {
- SVG_MARKERUNITS_UNKNOWN = SVGMarkerUnitsUnknown,
- SVG_MARKERUNITS_USERSPACEONUSE = SVGMarkerUnitsUserSpaceOnUse,
- SVG_MARKERUNITS_STROKEWIDTH = SVGMarkerUnitsStrokeWidth
+ kSvgMarkerunitsUnknown = SVGMarkerUnitsUnknown,
+ kSvgMarkerunitsUserspaceonuse = SVGMarkerUnitsUserSpaceOnUse,
+ kSvgMarkerunitsStrokewidth = SVGMarkerUnitsStrokeWidth
};
enum {
- SVG_MARKER_ORIENT_UNKNOWN = SVGMarkerOrientUnknown,
- SVG_MARKER_ORIENT_AUTO = SVGMarkerOrientAuto,
- SVG_MARKER_ORIENT_ANGLE = SVGMarkerOrientAngle
+ kSvgMarkerOrientUnknown = SVGMarkerOrientUnknown,
+ kSvgMarkerOrientAuto = SVGMarkerOrientAuto,
+ kSvgMarkerOrientAngle = SVGMarkerOrientAngle
};
DECLARE_NODE_FACTORY(SVGMarkerElement);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGLengthTearOff.h ('k') | third_party/WebKit/Source/core/svg/SVGMaskElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698