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

Unified Diff: third_party/WebKit/Source/core/dom/CompositorProxyClient.h

Issue 1895873006: compositor-worker: Initialize CW machinery plumbing to compositor and fire CW rAF callbacks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include WebCompositorMutatorClient from WebLayerTreeView to allow unique_ptr usage. Created 4 years, 7 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/core/dom/CompositorProxyClient.h
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxyClient.h b/third_party/WebKit/Source/core/dom/CompositorProxyClient.h
index bccf8f8ad76af2ee157bdfde9acea1b31dfeae22..9f9cea1630df55fab6cf18a20aba27a882066311 100644
--- a/third_party/WebKit/Source/core/dom/CompositorProxyClient.h
+++ b/third_party/WebKit/Source/core/dom/CompositorProxyClient.h
@@ -29,7 +29,7 @@ public:
static const char* supplementName();
virtual void setGlobalScope(WorkerGlobalScope*) = 0;
- virtual void runAnimationFrameCallbacks() = 0;
+ virtual void requestAnimationFrame() = 0;
};
CORE_EXPORT void provideCompositorProxyClientTo(WorkerClients*, CompositorProxyClient*);

Powered by Google App Engine
This is Rietveld 408576698