Chromium Code Reviews| 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 9d340efbcf44363beb8bbad0bc02bf192443b610..441489dd62223129d7343313909682db4bcb90b8 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); |
|
chrishtr
2016/03/22 19:45:47
Document.
|
| } |
| // Invalidate the box's display item client if the box's padding box size is affected by change of the |