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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTextPathElement.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/SVGTextPathElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGTextPathElement.h b/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
index 09dfbf30e707714ad344ac74e0bd6af55b82ab7a..d15e0359a51ba98fa2e5a78282b3fcd83243965b 100644
--- a/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
@@ -49,12 +49,12 @@ class SVGTextPathElement final : public SVGTextContentElement,
public:
// Forward declare enumerations in the W3C naming scheme, for IDL generation.
enum {
- TEXTPATH_METHODTYPE_UNKNOWN = SVGTextPathMethodUnknown,
- TEXTPATH_METHODTYPE_ALIGN = SVGTextPathMethodAlign,
- TEXTPATH_METHODTYPE_STRETCH = SVGTextPathMethodStretch,
- TEXTPATH_SPACINGTYPE_UNKNOWN = SVGTextPathSpacingUnknown,
- TEXTPATH_SPACINGTYPE_AUTO = SVGTextPathSpacingAuto,
- TEXTPATH_SPACINGTYPE_EXACT = SVGTextPathSpacingExact
+ kTextpathMethodtypeUnknown = SVGTextPathMethodUnknown,
+ kTextpathMethodtypeAlign = SVGTextPathMethodAlign,
+ kTextpathMethodtypeStretch = SVGTextPathMethodStretch,
+ kTextpathSpacingtypeUnknown = SVGTextPathSpacingUnknown,
+ kTextpathSpacingtypeAuto = SVGTextPathSpacingAuto,
+ kTextpathSpacingtypeExact = SVGTextPathSpacingExact
};
DECLARE_NODE_FACTORY(SVGTextPathElement);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTextContentElement.h ('k') | third_party/WebKit/Source/core/svg/SVGTransform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698