| 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 efe395026612415f6adf348d5cfb96eaa7aa5bfe..ef2d8fd3b210c387579af87abe5bf9de76dceeab 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -129,6 +129,7 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject, PaintLayerType type)
|
| , m_previousPaintResult(PaintLayerPainter::FullyPainted)
|
| , m_needsPaintPhaseDescendantOutlines(false)
|
| , m_needsPaintPhaseFloat(false)
|
| + , m_needsPaintPhaseDescendantBlockBackgrounds(false)
|
| , m_layoutObject(layoutObject)
|
| , m_parent(0)
|
| , m_previous(0)
|
|
|