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 db3c3beb68441d732cc9ccfd2f4c5c89a48f06f0..11e0696e5e2e3560238bb2347af72cd91ba606b2 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
@@ -154,7 +154,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), |