| 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 8cc5859cdb74d683fcf2beeddef15f128a77e7ba..f83269c5aa2366254d8d946a9cd07c8f7c406183 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -1556,9 +1556,6 @@ PaintInvalidationReason LayoutBox::invalidatePaintIfNeeded(const PaintInvalidati
|
|
|
| PaintInvalidationReason reason = LayoutBoxModelObject::invalidatePaintIfNeeded(paintInvalidationState);
|
|
|
| - if (!isFullPaintInvalidationReason(reason))
|
| - invalidatePaintForOverflowIfNeeded();
|
| -
|
| if (PaintLayerScrollableArea* area = getScrollableArea())
|
| area->invalidatePaintOfScrollControlsIfNeeded(paintInvalidationState);
|
|
|
|
|