| Index: third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.cpp
|
| index b063c640b51173aef91c89d725083415fd645f59..517591390ba63625e89f096a9ec3f1a60cc83828 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.cpp
|
| @@ -66,6 +66,8 @@ static void invalidatePaintOfScrollbarIfNeeded(Scrollbar* scrollbar, GraphicsLay
|
| // of the scrollbar on the box's paint invalidation container to ensure newly expanded/shrunk areas
|
| // of the box to be invalidated.
|
| needsPaintInvalidation = false;
|
| +
|
| + graphicsLayer->invalidateDisplayItemClient(*graphicsLayer, PaintInvalidationScroll);
|
| }
|
|
|
| // Invalidate the box's display item client if the box's padding box size is affected by change of the
|
|
|