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 e89f69a809021bf015f878445a7b1595d3c7fee5..b01e2ec8fa3ceb321fe45f3e2aa1e2849faae422 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), |