| 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 de95f67224ccc9f8f8476dcc18c9b67e21445a6f..7fb0af638fde438a863de9034d0455fd1d94ec5d 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -160,8 +160,11 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject, PaintLayerType type)
|
| , m_needsRepaint(false)
|
| , m_previousPaintResult(PaintLayerPainter::FullyPainted)
|
| , m_needsPaintPhaseDescendantOutlines(false)
|
| + , m_previousPaintPhaseDescendantOutlinesWasEmpty(false)
|
| , m_needsPaintPhaseFloat(false)
|
| + , m_previousPaintPhaseFloatWasEmpty(false)
|
| , m_needsPaintPhaseDescendantBlockBackgrounds(false)
|
| + , m_previousPaintPhaseDescendantBlockBackgroundsWasEmpty(false)
|
| , m_hasDescendantWithClipPath(false)
|
| , m_hasNonIsolatedDescendantWithBlendMode(false)
|
| , m_hasAncestorWithClipPath(false)
|
|
|