Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
index c122b748d3ca6915260bbfefec48538f1d5a06ed..d7be54e18afdbf78d670f5ea205d86fd0283a62f 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
@@ -1048,10 +1048,10 @@ void ChromeClientImpl::didUpdateTopControls() const |
m_webView->didUpdateTopControls(); |
} |
-CompositorProxyClient* ChromeClientImpl::createCompositorProxyClient(LocalFrame* frame) |
+CompositorProxyClient* ChromeClientImpl::createCompositorProxyClient(LocalFrame* frame, WorkerClients& clients) |
{ |
WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame); |
- return webFrame->localRoot()->frameWidget()->createCompositorProxyClient(); |
+ return webFrame->localRoot()->frameWidget()->createCompositorProxyClient(clients); |
} |
void ChromeClientImpl::registerPopupOpeningObserver(PopupOpeningObserver* observer) |