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 75da1ebf9457f6475c5b11f4694810ebee88c583..0786a42ccca83159cfb7b14b893f84db399c137e 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; } |