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 791357a5c10127cf4a5ddeb6d07862c387acd5af..b3c55ae130b540c5d4c49bb48300f1c3f3156b26 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
@@ -163,6 +163,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) |