| Index: third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| index fcf37fccb3d9995d511262116eec5df4b9acbf4c..abc785c15c748f3d7d6a9653d28dddf9a6ae19b1 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| @@ -49,8 +49,7 @@ void SVGShapePainter::paint(const PaintInfo& paintInfo) {
|
| m_layoutSVGShape.isShapeEmpty())
|
| return;
|
|
|
| - FloatRect boundingBox =
|
| - m_layoutSVGShape.paintInvalidationRectInLocalSVGCoordinates();
|
| + FloatRect boundingBox = m_layoutSVGShape.visualRectInLocalSVGCoordinates();
|
| if (!paintInfo.cullRect().intersectsCullRect(
|
| m_layoutSVGShape.localSVGTransform(), boundingBox))
|
| return;
|
|
|