| 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 e4ad02f13c9a334256467a701729dd0e3f2e2123..b9669ef60540d622e6a552e257391a93bda40bbf 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -486,7 +486,9 @@ class WEB_EXPORT WebViewImpl final
|
| void forceNextWebGLContextCreationToFail() override;
|
| void forceNextDrawingBufferCreationToFail() override;
|
|
|
| - CompositorProxyClient* createCompositorProxyClient();
|
| + CompositorProxyClient* createCompositorProxyClient(
|
| + CompositorProxyClient::Type);
|
| +
|
| IntSize mainFrameSize();
|
| WebDisplayMode displayMode() const { return m_displayMode; }
|
|
|
|
|