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

Unified Diff: cc/trees/proxy_main.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: Remove unnecessary scope Created 4 years, 8 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: cc/trees/proxy_main.h
diff --git a/cc/trees/proxy_main.h b/cc/trees/proxy_main.h
index 29a7113209ea9235a7920b4a03cc04080329b27c..420445c4f0929c675d955346d4ea81be50e4222a 100644
--- a/cc/trees/proxy_main.h
+++ b/cc/trees/proxy_main.h
@@ -22,6 +22,7 @@ class AnimationEvents;
class BeginFrameSource;
class ChannelMain;
class LayerTreeHost;
+class LayerTreeMutator;
// This class aggregates all interactions that the impl side of the compositor
// needs to have with the main side.
@@ -108,6 +109,7 @@ class CC_EXPORT ProxyMain : public Proxy {
std::unique_ptr<BeginFrameSource> external_begin_frame_source) override;
void Stop() override;
bool SupportsImplScrolling() const override;
+ void SetMutator(LayerTreeMutator* mutator) override;
bool MainFrameWillHappenForTesting() override;
void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override;
void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override;

Powered by Google App Engine
This is Rietveld 408576698