| 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 5a67a96d661ebf8b22efa0669535b77ca7ee773e..039d76e8a8832c9244e34bb59d359ff472961e18 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);
|
|
|
|
|