| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index 007c6f9921e3a9d44d789a19655c9229f9ecde7a..9443c0ae375a76694947ea093d41309875173a42 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -1479,9 +1479,6 @@ bool LayoutBox::intersectsVisibleViewport()
|
|
|
| PaintInvalidationReason LayoutBox::invalidatePaintIfNeeded(const PaintInvalidationState& paintInvalidationState)
|
| {
|
| - if (isFloating())
|
| - paintInvalidationState.enclosingSelfPaintingLayer(*this).setNeedsPaintPhaseFloat();
|
| -
|
| if (hasBoxDecorationBackground()
|
| // We also paint overflow controls in background phase.
|
| || (hasOverflowClip() && getScrollableArea()->hasOverflowControls())) {
|
|
|