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 4bae92051e7f814009e95c528fd81d6191439e9b..349787c1f77bb5d9f6f581540f3a1f3577131528 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
@@ -128,6 +128,7 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject, PaintLayerType type) |
, m_needsRepaint(false) |
, m_previousPaintResult(PaintLayerPainter::FullyPainted) |
, m_needsPaintPhaseDescendantOutlines(false) |
+ , m_needsPaintPhaseFloat(false) |
, m_layoutObject(layoutObject) |
, m_parent(0) |
, m_previous(0) |