| Index: third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| index 6156ab00902f3f6d01410fa89f4df769170bdcdf..3752a99cf75be118af38927ad8c2c52b159ee09a 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| @@ -84,7 +84,7 @@ FEImage* FEImage::createWithIRIReference(
|
|
|
| static FloatRect getLayoutObjectRepaintRect(LayoutObject* layoutObject) {
|
| return layoutObject->localToSVGParentTransform().mapRect(
|
| - layoutObject->paintInvalidationRectInLocalSVGCoordinates());
|
| + layoutObject->visualRectInLocalSVGCoordinates());
|
| }
|
|
|
| AffineTransform makeMapBetweenRects(const FloatRect& source,
|
|
|