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