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

Unified Diff: cc/trees/layer_tree_host.h

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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/test/test_compositor_frame_sink.cc ('k') | cc/trees/layer_tree_host_in_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 5610ff703430ad2fd8e0630e05e8b64c01de46c8..3a4454746a31c5483251e0903de794e29fccdbfa 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -20,6 +20,7 @@ class Rect;
} // namespace gfx
namespace cc {
+class FrameSinkId;
class InputHandler;
class LayerTree;
class LayerTreeDebugState;
@@ -65,7 +66,7 @@ class CC_EXPORT LayerTreeHost {
// Sets the client id used to generate the SurfaceId that uniquely identifies
// the Surfaces produced by this compositor.
- virtual void SetSurfaceClientId(uint32_t client_id) = 0;
+ virtual void SetFrameSinkId(const FrameSinkId& frame_sink_id) = 0;
// Sets the LayerTreeMutator interface used to directly mutate the compositor
// state on the compositor thread. (Compositor-Worker)
« no previous file with comments | « cc/test/test_compositor_frame_sink.cc ('k') | cc/trees/layer_tree_host_in_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698