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