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

Unified Diff: third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp

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/SVGClipPathElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp
index 6f77ec49f51448108998b86168a293863fcf4205..5b79c0c4b6ca43b14a3d4a9ab81f5f7a6585d19c 100644
--- a/third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGClipPathElement.cpp
@@ -27,7 +27,7 @@ namespace blink {
inline SVGClipPathElement::SVGClipPathElement(Document& document)
: SVGGraphicsElement(SVGNames::clipPathTag, document)
- , m_clipPathUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::clipPathUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
+ , m_clipPathUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::clipPathUnitsAttr, SVGUnitTypes::kSvgUnitTypeUserspaceonuse))
{
addToPropertyMap(m_clipPathUnits);
}

Powered by Google App Engine
This is Rietveld 408576698