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

Unified Diff: Source/core/svg/graphics/filters/SVGFEImage.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
« no previous file with comments | « Source/core/svg/SVGSVGElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/graphics/filters/SVGFEImage.cpp
diff --git a/Source/core/svg/graphics/filters/SVGFEImage.cpp b/Source/core/svg/graphics/filters/SVGFEImage.cpp
index 123752b7465a0b6cedfb9e6c31f08d6f916998ba..a0a3a030e9c0aeecd552a8c472c41c99d4b62977 100644
--- a/Source/core/svg/graphics/filters/SVGFEImage.cpp
+++ b/Source/core/svg/graphics/filters/SVGFEImage.cpp
@@ -69,7 +69,7 @@ PassRefPtr<FEImage> FEImage::createWithIRIReference(Filter* filter, TreeScope& t
static FloatRect getRendererRepaintRect(RenderObject* renderer)
{
return renderer->localToParentTransform().mapRect(
- renderer->repaintRectInLocalCoordinates());
+ renderer->paintInvalidationRectInLocalCoordinates());
}
FloatRect FEImage::determineAbsolutePaintRect(const FloatRect& originalRequestedRect)
« no previous file with comments | « Source/core/svg/SVGSVGElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698