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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTextContentElement.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/SVGTextContentElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGTextContentElement.h b/third_party/WebKit/Source/core/svg/SVGTextContentElement.h
index 37a7c00f0a7beec0203505124478d7cad6cfcc86..a32a3e8ab952980168776720cce345e32b333745 100644
--- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.h
@@ -45,9 +45,9 @@ class SVGTextContentElement : public SVGGraphicsElement {
public:
// Forward declare enumerations in the W3C naming scheme, for IDL generation.
enum {
- LENGTHADJUST_UNKNOWN = SVGLengthAdjustUnknown,
- LENGTHADJUST_SPACING = SVGLengthAdjustSpacing,
- LENGTHADJUST_SPACINGANDGLYPHS = SVGLengthAdjustSpacingAndGlyphs
+ kLengthadjustUnknown = SVGLengthAdjustUnknown,
+ kLengthadjustSpacing = SVGLengthAdjustSpacing,
+ kLengthadjustSpacingandglyphs = SVGLengthAdjustSpacingAndGlyphs
};
unsigned getNumberOfChars();
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGSVGElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGTextPathElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698