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

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

Issue 2499853002: Fixed clip resize for document.rootScroller with inertTopControls (Closed)
Patch Set: Fixed issues + Rebase 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 552fcb53bae7c62861a5ba181e2a454e0944a562..a955aa92e965eb4b601103a2765faee39629e8bc 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
@@ -156,6 +156,7 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject)
m_previousPaintPhaseFloatWasEmpty(false),
m_needsPaintPhaseDescendantBlockBackgrounds(false),
m_previousPaintPhaseDescendantBlockBackgroundsWasEmpty(false),
+ m_isGlobalRootScroller(false),
m_hasDescendantWithClipPath(false),
m_hasNonIsolatedDescendantWithBlendMode(false),
m_hasAncestorWithClipPath(false),

Powered by Google App Engine
This is Rietveld 408576698