| Index: third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| index fec17f72e67ea3e15047f5894ccbece6e66dd19b..40ec184c82bf83d01c8abc997dd794c467d5ac48 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| @@ -52,7 +52,7 @@ void SVGImagePainter::paint(const PaintInfo& paintInfo)
|
| void SVGImagePainter::paintForeground(const PaintInfo& paintInfo)
|
| {
|
| const LayoutImageResource* imageResource = m_layoutSVGImage.imageResource();
|
| - IntSize imageViewportSize = expandedIntSize(computeImageViewportSize());
|
| + LayoutSize imageViewportSize(computeImageViewportSize());
|
| if (imageViewportSize.isEmpty())
|
| return;
|
|
|
|
|