Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.cpp

Issue 2150443002: Supplement should have a Member to the corresponding Supplementable object (Part 1) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temp Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.h ('k') | third_party/WebKit/Source/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.h ('k') | third_party/WebKit/Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698