| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| index 36872d44553d09851b8c7c0f2559ee2338565068..611d449105b25e19151eec919936b23baba360eb 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| @@ -447,10 +447,10 @@ Widget* RootFrameViewport::getWidget() {
|
| return visualViewport().getWidget();
|
| }
|
|
|
| -void RootFrameViewport::clearScrollAnimators() {
|
| - ScrollableArea::clearScrollAnimators();
|
| - layoutViewport().clearScrollAnimators();
|
| - visualViewport().clearScrollAnimators();
|
| +void RootFrameViewport::clearScrollableArea() {
|
| + ScrollableArea::clearScrollableArea();
|
| + layoutViewport().clearScrollableArea();
|
| + visualViewport().clearScrollableArea();
|
| }
|
|
|
| DEFINE_TRACE(RootFrameViewport) {
|
|
|