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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.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/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index 6376a9869091bb946668c9f857319c17991b74d0..cec600f30de613b3ff27ff6f5c6a1ca6e408091c 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -134,7 +134,8 @@ class WebFrameWidgetImpl final
// WebFrameWidgetBase overrides:
bool forSubframe() const override { return true; }
void scheduleAnimation() override;
- CompositorProxyClient* createCompositorProxyClient() override;
+ CompositorProxyClient* createCompositorProxyClient(
+ CompositorProxyClient::Type) override;
WebWidgetClient* client() const override { return m_client; }
void setRootGraphicsLayer(GraphicsLayer*) override;
void setRootLayer(WebLayer*) override;

Powered by Google App Engine
This is Rietveld 408576698