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 646d3af759cb51a52af0cf605281e262e77abb04..a678e1d8c5a075b1f6672e93222097ab5bfb65f7 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
@@ -160,6 +160,7 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject, PaintLayerType type) |
, m_previousPaintResult(PaintLayerPainter::FullyPainted) |
, m_needsPaintPhaseDescendantOutlines(false) |
, m_needsPaintPhaseFloat(false) |
+ , m_needsPaintPhaseDescendantBlockBackgrounds(false) |
, m_hasDescendantWithClipPath(false) |
, m_hasNonIsolatedDescendantWithBlendMode(false) |
, m_hasAncestorWithClipPath(false) |