Index: Source/core/rendering/svg/RenderSVGForeignObject.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGForeignObject.cpp b/Source/core/rendering/svg/RenderSVGForeignObject.cpp |
index 6f0d97f74af6c1ecce3a2295f5e42bb22721413f..a4f027945dbd5eb472cb4e0e866a716e52fc4de9 100644 |
--- a/Source/core/rendering/svg/RenderSVGForeignObject.cpp |
+++ b/Source/core/rendering/svg/RenderSVGForeignObject.cpp |
@@ -159,11 +159,11 @@ void RenderSVGForeignObject::layout() |
repainter.repaintAfterLayout(); |
} |
-void RenderSVGForeignObject::mapRectToRepaintBacking(const RenderLayerModelObject* repaintContainer, |
+void RenderSVGForeignObject::mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, |
LayoutRect& rect, bool fixed) const |
{ |
FloatRect r(rect); |
- SVGRenderSupport::computeFloatRectForRepaint(this, repaintContainer, r, fixed); |
+ SVGRenderSupport::computeFloatRectForRepaint(this, paintInvalidationContainer, r, fixed); |
rect = enclosingLayoutRect(r); |
} |