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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImage.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/graphics/SVGImage.cpp
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
index 6b987b7c96a3447ebc40f3fa0adaa77e96a3e18f..821e926b920292a78c772e4541580b97678b260e 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
@@ -186,7 +186,7 @@ FloatSize SVGImage::concreteObjectSize(const FloatSize& defaultObjectSize) const
if (intrinsicSizingInfo.hasWidth && intrinsicSizingInfo.hasHeight)
return intrinsicSizingInfo.size;
- if (svg->preserveAspectRatio()->currentValue()->align() == SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_NONE) {
+ if (svg->preserveAspectRatio()->currentValue()->align() == SVGPreserveAspectRatio::kSvgPreserveaspectratioNone) {
// TODO(davve): The intrinsic aspect ratio is not used to resolve a missing intrinsic width
// or height when preserveAspectRatio is none. It's unclear whether this is correct. See
// crbug.com/584172.
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGZoomAndPan.h ('k') | third_party/WebKit/Source/core/timing/PerformanceNavigation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698