| Index: third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| index e9daf2094cfd6e26bc15c495363d134a4de71048..d39dcbcb761eaa72b7bcee3fa0b184f0c1d28f86 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| @@ -262,9 +262,9 @@ void WebViewFrameWidget::scheduleAnimation()
|
| m_webView->scheduleAnimationForWidget();
|
| }
|
|
|
| -CompositorProxyClient* WebViewFrameWidget::createCompositorProxyClient()
|
| +CompositorProxyClient* WebViewFrameWidget::createCompositorProxyClient(WorkerClients& clients)
|
| {
|
| - return m_webView->createCompositorProxyClient();
|
| + return m_webView->createCompositorProxyClient(clients);
|
| }
|
|
|
| void WebViewFrameWidget::setRootGraphicsLayer(GraphicsLayer* layer)
|
|
|