| 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 f782b1f5fccd6c254b4cc187356ca2afcaa1efb1..9c040f849bc95d89034a661a870c726364b7fa78 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -145,7 +145,7 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject)
|
| m_shouldIsolateCompositedDescendants(false),
|
| m_lostGroupedMapping(false),
|
| m_needsRepaint(false),
|
| - m_previousPaintResult(PaintLayerPainter::FullyPainted),
|
| + m_previousPaintResult(FullyPainted),
|
| m_needsPaintPhaseDescendantOutlines(false),
|
| m_previousPaintPhaseDescendantOutlinesWasEmpty(false),
|
| m_needsPaintPhaseFloat(false),
|
|
|