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

Unified Diff: cc/trees/proxy.h

Issue 1625473002: compositor-worker: blink->cc plumbing Base URL: https://chromium.googlesource.com/chromium/src.git@upstream-compositor-worker
Patch Set: Merge with landing of https://codereview.chromium.org/1599673002/ on master Created 4 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
« no previous file with comments | « cc/trees/property_tree_builder.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index f4d7becd8d3c2ab889a070fa0ece52f9607f4291..1156e1daed4245209273568be787919c0a1cddee 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -26,6 +26,7 @@ class Vector2d;
namespace cc {
class BeginFrameSource;
class LayerTreeDebugState;
+class LayerTreeMutator;
class OutputSurface;
struct RendererCapabilities;
@@ -74,6 +75,8 @@ class CC_EXPORT Proxy {
scoped_ptr<BeginFrameSource> external_begin_frame_source) = 0;
virtual void Stop() = 0; // Must be called before deleting the proxy.
+ virtual void SetMutator(LayerTreeMutator* mutator) = 0;
+
virtual bool SupportsImplScrolling() const = 0;
virtual void SetChildrenNeedBeginFrames(bool children_need_begin_frames) = 0;
« no previous file with comments | « cc/trees/property_tree_builder.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698