| 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 2267e8cf2c8e54460beb159cab2e77efcc7003db..41bb6d4bec4749f8a5504b58f89ddd19c3a8c41a 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)
|
|
|