| Index: third_party/WebKit/Source/web/WebViewImpl.h
 | 
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
 | 
| index 40e1e6aa9904a00d87fa063cfbdb7f1a7089b76e..915c6f0a3c3bfeb4966a8cee5b4d90e0b3f76bd2 100644
 | 
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
 | 
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
 | 
| @@ -376,9 +376,6 @@ class WEB_EXPORT WebViewImpl final
 | 
|    static const WebInputEvent* CurrentInputEvent() {
 | 
|      return current_input_event_;
 | 
|    }
 | 
| -  void SetCurrentInputEventForTest(const WebInputEvent* event) override {
 | 
| -    current_input_event_ = event;
 | 
| -  }
 | 
|  
 | 
|    GraphicsLayer* RootGraphicsLayer() override;
 | 
|    void RegisterViewportLayersWithCompositor() override;
 | 
| 
 |