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

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..7c7e4cc71b880abda77f470318c411f4334ddb4d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -1058,7 +1058,8 @@ private:
// min/max.
mutable LayoutUnit m_intrinsicContentLogicalHeight;
- void inflatePaintInvalidationRectForReflectionAndFilter(LayoutRect&) const;
+ void inflateVisualRectForReflectionAndFilter(LayoutRect&) const;
+ void inflateVisualRectForReflectionAndFilterUnderContainer(LayoutRect&, const LayoutObject& container, const LayoutBoxModelObject* ancestorToStopAt) const;
LayoutRectOutsets m_marginBoxOutsets;

Powered by Google App Engine
This is Rietveld 408576698