| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| index 551326295b5a63c2ef4c2ba4bf3cfa940c06c242..78c7c188da7736fb341fccebb4d7e734579d02cd 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -397,7 +397,6 @@ void ScrollableArea::WillRemoveScrollbar(Scrollbar& scrollbar,
|
| }
|
|
|
| void ScrollableArea::ContentsResized() {
|
| - ShowOverlayScrollbars();
|
| if (ScrollAnimatorBase* scroll_animator = ExistingScrollAnimator())
|
| scroll_animator->ContentsResized();
|
| }
|
|
|