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