| 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.
|
|
|