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

Unified Diff: cc/trees/layer_tree_host_in_process.cc

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/trees/layer_tree_host_in_process.h ('k') | cc/trees/surface_sequence_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_in_process.cc
diff --git a/cc/trees/layer_tree_host_in_process.cc b/cc/trees/layer_tree_host_in_process.cc
index 5755eb2248ab92266dd2e75f21cd960ed9504909..4cb7d1b8dda3cbf9a6139ebdc5ae8c3d9392e29f 100644
--- a/cc/trees/layer_tree_host_in_process.cc
+++ b/cc/trees/layer_tree_host_in_process.cc
@@ -374,8 +374,8 @@ const LayerTreeSettings& LayerTreeHostInProcess::GetSettings() const {
return settings_;
}
-void LayerTreeHostInProcess::SetSurfaceClientId(uint32_t client_id) {
- surface_sequence_generator_.set_surface_client_id(client_id);
+void LayerTreeHostInProcess::SetFrameSinkId(const FrameSinkId& frame_sink_id) {
+ surface_sequence_generator_.set_frame_sink_id(frame_sink_id);
}
void LayerTreeHostInProcess::QueueSwapPromise(
« no previous file with comments | « cc/trees/layer_tree_host_in_process.h ('k') | cc/trees/surface_sequence_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698