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

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: Remove unnecessary PLATFORM_EXPORT Created 3 years, 10 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 3168dcaeca10c07390b74a540bab63e5ce7ab6bc..ad88d3411ec1b3998949388733c1c2706cbad2ef 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -134,7 +134,9 @@ class WebFrameWidgetImpl final
// WebFrameWidgetBase overrides:
bool forSubframe() const override { return true; }
void scheduleAnimation() override;
- CompositorProxyClient* createCompositorProxyClient() override;
+ CompositorWorkerProxyClient* createCompositorWorkerProxyClient() override;
+ AnimationWorkletProxyClient* createAnimationWorkletProxyClient() override;
+
WebWidgetClient* client() const override { return m_client; }
void setRootGraphicsLayer(GraphicsLayer*) override;
void setRootLayer(WebLayer*) override;
@@ -194,6 +196,8 @@ class WebFrameWidgetImpl final
LocalFrame* focusedLocalFrameAvailableForIme() const;
+ CompositorMutatorImpl& mutator();
+
WebWidgetClient* m_client;
// WebFrameWidget is associated with a subtree of the frame tree,
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetBase.h ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698