Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1418)

Unified Diff: Source/core/rendering/svg/RenderSVGForeignObject.cpp

Issue 332543002: Rename Repaint to Paint Invalidation Part 4 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « Source/core/rendering/svg/RenderSVGForeignObject.h ('k') | Source/core/rendering/svg/RenderSVGGradientStop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698