| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| index 9b3620e03bbc372282379f70bfb8d34e16be3372..b0e66841315b3cea38a413ce8e4550d05a91175b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| @@ -4649,12 +4649,12 @@ void LayoutBlockFlow::AddOutlineRects(
|
| include_block_overflows);
|
| }
|
|
|
| -PaintInvalidationReason LayoutBlockFlow::InvalidatePaintIfNeeded(
|
| +PaintInvalidationReason LayoutBlockFlow::InvalidatePaint(
|
| const PaintInvalidationState& paint_invalidation_state) {
|
| if (ContainsFloats())
|
| paint_invalidation_state.PaintingLayer().SetNeedsPaintPhaseFloat();
|
|
|
| - return LayoutBlock::InvalidatePaintIfNeeded(paint_invalidation_state);
|
| + return LayoutBlock::InvalidatePaint(paint_invalidation_state);
|
| }
|
|
|
| void LayoutBlockFlow::InvalidateDisplayItemClients(
|
|
|