| 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 39dc7a0175937fbc4dbff0020371585502d98236..bf7992fd3706eddfed2a76d56c973ef2e286736d 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| @@ -24,8 +24,7 @@ void SVGImagePainter::paint(const PaintInfo& paintInfo) {
|
| !m_layoutSVGImage.imageResource()->hasImage())
|
| return;
|
|
|
| - FloatRect boundingBox =
|
| - m_layoutSVGImage.paintInvalidationRectInLocalSVGCoordinates();
|
| + FloatRect boundingBox = m_layoutSVGImage.visualRectInLocalSVGCoordinates();
|
| if (!paintInfo.cullRect().intersectsCullRect(
|
| m_layoutSVGImage.localToSVGParentTransform(), boundingBox))
|
| return;
|
|
|