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), |