| 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 32f6e5c68f16989da47658384a6cc779e41a804f..4c4ca3656ea20ed94d25db26af6cef86a5960ee2 100644
 | 
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
 | 
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
 | 
| @@ -456,6 +456,8 @@ class WEB_EXPORT WebViewImpl final
 | 
|    // changed.
 | 
|    void DidUpdateBrowserControls() override;
 | 
|  
 | 
| +  void SetScrollBoundaryBehavior(const WebScrollBoundaryBehavior&) override;
 | 
| +
 | 
|    void ForceNextWebGLContextCreationToFail() override;
 | 
|    void ForceNextDrawingBufferCreationToFail() override;
 | 
|  
 | 
| 
 |