| Index: third_party/WebKit/Source/core/exported/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/core/exported/WebViewImpl.h b/third_party/WebKit/Source/core/exported/WebViewImpl.h
|
| index cfbd48a01a064c0ca9eeeafcaf07a650f3402e72..fcde29d51d97ab6b696f450e1be7c6efcb2f6528 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/core/exported/WebViewImpl.h
|
| @@ -458,6 +458,8 @@ class CORE_EXPORT WebViewImpl final
|
| // changed.
|
| void DidUpdateBrowserControls();
|
|
|
| + void SetScrollBoundaryBehavior(const WebScrollBoundaryBehavior&);
|
| +
|
| void ForceNextWebGLContextCreationToFail() override;
|
| void ForceNextDrawingBufferCreationToFail() override;
|
|
|
|
|