| Index: Source/core/rendering/svg/RenderSVGForeignObject.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGForeignObject.cpp b/Source/core/rendering/svg/RenderSVGForeignObject.cpp
|
| index 52d16bf25d00c74bd09f3944cc21bbf5e21f6a1e..5cb5a0c395245cb0f508811f59f1718d45834f79 100644
|
| --- a/Source/core/rendering/svg/RenderSVGForeignObject.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGForeignObject.cpp
|
| @@ -157,7 +157,7 @@ void RenderSVGForeignObject::mapRectToPaintInvalidationBacking(const RenderLayer
|
| LayoutRect& rect, bool fixed, const PaintInvalidationState* paintInvalidationState) const
|
| {
|
| FloatRect r(rect);
|
| - SVGRenderSupport::computeFloatRectForRepaint(this, paintInvalidationContainer, r, fixed, paintInvalidationState);
|
| + SVGRenderSupport::computeFloatRectForPaintInvalidation(this, paintInvalidationContainer, r, fixed, paintInvalidationState);
|
| rect = enclosingLayoutRect(r);
|
| }
|
|
|
|
|