| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 80477b8f55d22c16c64ebf20129a914dd58133cb..36188b00da7e9721ed6c2e7bccb5e7199ff1f30e 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2619,6 +2619,10 @@ void FrameView::scrollbarVisibilityChanged() {
|
| viewItem.clearHitTestCache();
|
| }
|
|
|
| +void FrameView::scrollbarFrameRectChanged() {
|
| + setNeedsPaintPropertyUpdate();
|
| +}
|
| +
|
| IntRect FrameView::scrollableAreaBoundingBox() const {
|
| LayoutPartItem ownerLayoutItem = frame().ownerLayoutItem();
|
| if (ownerLayoutItem.isNull())
|
|
|