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

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

Issue 2515363002: Introduce AnimationWorkletProxyClient and necessary plumbing to get it in worklet messaging proxy. (Closed)
Patch Set: Export CompositorAnimator Created 3 years, 11 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
Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index ab4001581172e1f7a0d1642e7f0d818deee64b5d..91f516dd7374956dd9b33c915ee33fde580d521b 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -97,7 +97,8 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
// WebFrameWidgetBase overrides:
bool forSubframe() const override { return false; }
void scheduleAnimation() override;
- CompositorProxyClient* createCompositorProxyClient() override;
+ CompositorProxyClient* createCompositorProxyClient(
+ CompositorProxyClient::Type) override;
void setRootGraphicsLayer(GraphicsLayer*) override;
void setRootLayer(WebLayer*) override;
WebLayerTreeView* getLayerTreeView() const override;

Powered by Google App Engine
This is Rietveld 408576698