| 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 37a94ac80e0939e43eb374798ff3684fdb5e86ef..c54063a419d1dd7696bc27caf6e66a2f34bb4f68 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -156,8 +156,11 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject)
|
| , 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)
|
|
|