| 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 cfff39bdf3c995aacf7a0f325facf0fe58144ecb..efbd35d1bf2199a32497b8c9189ea291d45e6e72 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -178,7 +178,7 @@ FloatSize SVGImage::concreteObjectSize(const FloatSize& defaultObjectSize) const
|
| if (!layoutObject)
|
| return FloatSize();
|
|
|
| - LayoutBox::IntrinsicSizingInfo intrinsicSizingInfo;
|
| + LayoutReplaced::IntrinsicSizingInfo intrinsicSizingInfo;
|
| layoutObject->computeIntrinsicSizingInfo(intrinsicSizingInfo);
|
|
|
| // https://www.w3.org/TR/css3-images/#default-sizing
|
|
|