| 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 f7bce5958ef484b82715c7b7fc5081288f96a26a..0ce9633862cad9daab1b7448c3989ce4246783ad 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| @@ -422,10 +422,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) {
|
|
|