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