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

Unified Diff: third_party/WebKit/Source/core/svg/SVGZoomAndPan.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/SVGZoomAndPan.h
diff --git a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
index 7a67150e0b410ab5980a31fc53d887250ec0b7b2..108f91e50239cf070b070ea05b2b6f1a9a32efaa 100644
--- a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
+++ b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
@@ -39,9 +39,9 @@ class SVGZoomAndPan {
public:
// Forward declare enumerations in the W3C naming scheme, for IDL generation.
enum {
- SVG_ZOOMANDPAN_UNKNOWN = SVGZoomAndPanUnknown,
- SVG_ZOOMANDPAN_DISABLE = SVGZoomAndPanDisable,
- SVG_ZOOMANDPAN_MAGNIFY = SVGZoomAndPanMagnify
+ kSvgZoomandpanUnknown = SVGZoomAndPanUnknown,
+ kSvgZoomandpanDisable = SVGZoomAndPanDisable,
+ kSvgZoomandpanMagnify = SVGZoomAndPanMagnify
};
virtual ~SVGZoomAndPan() { }
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGViewSpec.cpp ('k') | third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698