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

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

Issue 2515363002: Introduce AnimationWorkletProxyClient and necessary plumbing to get it in worklet messaging proxy. (Closed)
Patch Set: address feedback Created 4 years, 1 month 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
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 1b245777f0363647ea5c98240703a361b02085b9..9556ce3d9edcf8b296fa80cd64be9c4cb9b63632 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
@@ -223,8 +223,9 @@ void WebViewFrameWidget::scheduleAnimation() {
m_webView->scheduleAnimationForWidget();
}
-CompositorProxyClient* WebViewFrameWidget::createCompositorProxyClient() {
- return m_webView->createCompositorProxyClient();
+CompositorProxyClientFactory*
+WebViewFrameWidget::compositorProxyClientFactory() {
+ return m_webView->compositorProxyClientFactory();
}
void WebViewFrameWidget::setRootGraphicsLayer(GraphicsLayer* layer) {

Powered by Google App Engine
This is Rietveld 408576698