| 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 dcac10140ce2f9c692cfb7c89c1ad94f901a86f0..54d69c5fea50a6e9bcf3baa63f2afe2aa6cc7ef1 100644
 | 
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
 | 
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
 | 
| @@ -97,7 +97,7 @@
 | 
|    void cancelProgrammaticScrollAnimation() override;
 | 
|    ScrollBehavior scrollBehaviorStyle() const override;
 | 
|    Widget* getWidget() override;
 | 
| -  void clearScrollableArea() override;
 | 
| +  void clearScrollAnimators() override;
 | 
|    LayoutBox* layoutBox() const override;
 | 
|  
 | 
|   private:
 | 
| 
 |