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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.h

Issue 2276283002: Include filter-generated content bounds in visual rects (Closed)
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/core/paint/PaintLayer.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
index 264c5cfd584983ebd90cdce4744574b71b2b8214..faf11606910e9f636be7d4b46f4107f2d4755663 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -479,10 +479,10 @@ public:
// Maps "forward" to determine which pixels in a destination rect are
// affected by pixels in the source rect.
// See also FilterEffect::mapRect.
- FloatRect mapRectForFilter(const FloatRect&) const;
+ FloatRect mapRectToAffectedFilterRegion(const FloatRect&) const;
// Calls the above, rounding outwards.
- LayoutRect mapLayoutRectForFilter(const LayoutRect&) const;
+ LayoutRect mapLayoutRectToAffectedFilterRegion(const LayoutRect&) const;
bool hasFilterThatMovesPixels() const;

Powered by Google App Engine
This is Rietveld 408576698