| 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 2898f9c3d2d7c1b29a0ac4778ffdec4edceb3105..8694a4490bcb03514e6a0913567b1ea40add7f59 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -480,6 +480,8 @@ class WEB_EXPORT WebViewImpl final
|
| // changed.
|
| void DidUpdateBrowserControls() override;
|
|
|
| + void SetScrollBoundaryBehavior(WebScrollBoundaryBehavior) const override;
|
| +
|
| void ForceNextWebGLContextCreationToFail() override;
|
| void ForceNextDrawingBufferCreationToFail() override;
|
|
|
|
|