| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| index 1783e6c8e40d6ff3117ce656d787a9b128dad550..b3ec4ef7f59e2711cc1196b117e3aab057cb57c6 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| @@ -95,6 +95,8 @@ void Scrollbar::setFrameRect(const IntRect& frameRect) {
|
|
|
| FrameViewBase::setFrameRect(frameRect);
|
| setNeedsPaintInvalidation(AllParts);
|
| + if (m_scrollableArea)
|
| + m_scrollableArea->scrollbarFrameRectChanged();
|
| }
|
|
|
| ScrollbarOverlayColorTheme Scrollbar::getScrollbarOverlayColorTheme() const {
|
|
|