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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

Issue 1934833002: Ensure filter and reflection outsets are applied on paint invalidation rect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/layout/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index f4f09e092abfa785fa2afa65039c512ca92b2c6a..f7d32757bcd722216b4eb48c67abeab39c43a243 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -1058,7 +1058,7 @@ private:
// min/max.
mutable LayoutUnit m_intrinsicContentLogicalHeight;
- void inflatePaintInvalidationRectForReflectionAndFilter(LayoutRect&) const;
+ void inflateVisualRectForReflectionAndFilter(LayoutRect&) const;
LayoutRectOutsets m_marginBoxOutsets;

Powered by Google App Engine
This is Rietveld 408576698