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

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

Issue 2499853002: Fixed clip resize for document.rootScroller with inertTopControls (Closed)
Patch Set: +Test 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/paint/PaintLayer.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
index 6f57c42a0411882d319be8db80f79a041ee89575..b99088b65780a78874cd97fe5ad143e0d5b2d2ca 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
@@ -152,6 +152,7 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject)
m_previousPaintPhaseFloatWasEmpty(false),
m_needsPaintPhaseDescendantBlockBackgrounds(false),
m_previousPaintPhaseDescendantBlockBackgroundsWasEmpty(false),
+ m_isRootScroller(false),
m_hasDescendantWithClipPath(false),
m_hasNonIsolatedDescendantWithBlendMode(false),
m_hasAncestorWithClipPath(false),

Powered by Google App Engine
This is Rietveld 408576698