| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| index 54d69c5fea50a6e9bcf3baa63f2afe2aa6cc7ef1..dcac10140ce2f9c692cfb7c89c1ad94f901a86f0 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| @@ -97,7 +97,7 @@ class CORE_EXPORT RootFrameViewport final
|
| void cancelProgrammaticScrollAnimation() override;
|
| ScrollBehavior scrollBehaviorStyle() const override;
|
| Widget* getWidget() override;
|
| - void clearScrollAnimators() override;
|
| + void clearScrollableArea() override;
|
| LayoutBox* layoutBox() const override;
|
|
|
| private:
|
|
|