| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| index 2fa89d395b186631099662ec3c9e1633a7a063d2..d896319f3471fdb8a15450d87b31f05adaab3d16 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| @@ -2099,6 +2099,9 @@ void LayoutBlockFlow::invalidateDisplayItemClientsOfFirstLine()
|
|
|
| PaintInvalidationReason LayoutBlockFlow::invalidatePaintIfNeeded(const PaintInvalidationState& paintInvalidationState)
|
| {
|
| + if (containsFloats())
|
| + paintInvalidationState.enclosingSelfPaintingLayer(*this).setNeedsPaintPhaseFloat();
|
| +
|
| PaintInvalidationReason reason = LayoutBlock::invalidatePaintIfNeeded(paintInvalidationState);
|
| if (reason == PaintInvalidationNone)
|
| return reason;
|
|
|