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

Unified Diff: third_party/WebKit/Source/core/svg/GradientAttributes.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/GradientAttributes.h
diff --git a/third_party/WebKit/Source/core/svg/GradientAttributes.h b/third_party/WebKit/Source/core/svg/GradientAttributes.h
index 251194c5adc88a00119a3f756b7d3c6ded953640..0b30a32a9a4ad0afac4d96b61c0e60a0c7b29f45 100644
--- a/third_party/WebKit/Source/core/svg/GradientAttributes.h
+++ b/third_party/WebKit/Source/core/svg/GradientAttributes.h
@@ -29,7 +29,7 @@ struct GradientAttributes {
DISALLOW_NEW();
GradientAttributes()
: m_spreadMethod(SVGSpreadMethodPad)
- , m_gradientUnits(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX)
+ , m_gradientUnits(SVGUnitTypes::kSvgUnitTypeObjectboundingbox)
, m_spreadMethodSet(false)
, m_gradientUnitsSet(false)
, m_gradientTransformSet(false)
« no previous file with comments | « third_party/WebKit/Source/core/paint/SVGImagePainter.cpp ('k') | third_party/WebKit/Source/core/svg/PatternAttributes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698