| 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 26e93e70cab528ef4957290ae5bffb546eab2d11..97feb390ad235efb3a3dac3faeb9930cd6a2b7f5 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -496,7 +496,7 @@ public:
|
| void forceNextWebGLContextCreationToFail() override;
|
| void forceNextDrawingBufferCreationToFail() override;
|
|
|
| - CompositorProxyClient* createCompositorProxyClient();
|
| + CompositorProxyClient* createCompositorProxyClient(WorkerClients&);
|
| IntSize mainFrameSize();
|
| WebDisplayMode displayMode() const { return m_displayMode; }
|
|
|
|
|