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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp

Issue 2465983002: Rename "paint invalidation rect" etc. to "visual rect". (Closed)
Patch Set: - Created 4 years, 1 month 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: 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,

Powered by Google App Engine
This is Rietveld 408576698