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