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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.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/SVGFETurbulenceElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.h b/third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.h
index fbbb50ed0b3aa90dcf5b91ad9981dc12708a5eeb..fbbfc98bae621f0059118966ee9926b8cfaa6179 100644
--- a/third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGFETurbulenceElement.h
@@ -32,9 +32,9 @@
namespace blink {
enum SVGStitchOptions {
- SVG_STITCHTYPE_UNKNOWN = 0,
- SVG_STITCHTYPE_STITCH = 1,
- SVG_STITCHTYPE_NOSTITCH = 2
+ kSvgStitchtypeUnknown = 0,
+ kSvgStitchtypeStitch = 1,
+ kSvgStitchtypeNostitch = 2
};
template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGStitchOptions>();

Powered by Google App Engine
This is Rietveld 408576698