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

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

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/WebFrameWidgetBase.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.h b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
index cea53c53b22504f95039830aad2fdc0180701f17..5b5d786579d7f641887be23115e1686a55039389 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetBase.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
@@ -13,7 +13,7 @@
namespace blink {
class CompositorAnimationTimeline;
-class CompositorProxyClient;
+class CompositorProxyClientFactory;
class DragController;
class GraphicsLayer;
class WebImage;
@@ -27,7 +27,7 @@ class WebFrameWidgetBase : public WebFrameWidget {
public:
virtual bool forSubframe() const = 0;
virtual void scheduleAnimation() = 0;
- virtual CompositorProxyClient* createCompositorProxyClient() = 0;
+ virtual CompositorProxyClientFactory* compositorProxyClientFactory() = 0;
virtual WebWidgetClient* client() const = 0;
// Sets the root graphics layer. |GraphicsLayer| can be null when detaching

Powered by Google App Engine
This is Rietveld 408576698