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

Unified Diff: services/ui/public/interfaces/window_tree.mojom

Issue 2478383002: Remove SurfaceSequence from mus client code. (Closed)
Patch Set: Only cleanup. Created 4 years, 1 month 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: services/ui/public/interfaces/window_tree.mojom
diff --git a/services/ui/public/interfaces/window_tree.mojom b/services/ui/public/interfaces/window_tree.mojom
index 05d81a398efd8234a218ab468c5a917b3d4435d6..574e3d4ac720cadb686d3723ac00705b568124f2 100644
--- a/services/ui/public/interfaces/window_tree.mojom
+++ b/services/ui/public/interfaces/window_tree.mojom
@@ -144,9 +144,6 @@ interface WindowTree {
cc.mojom.MojoCompositorFrameSink& compositor_frame_sink,
cc.mojom.MojoCompositorFrameSinkClient client);
- // Returns surface reference back to window server for reclamation.
- OnWindowSurfaceDetached(uint32 window_id, cc.mojom.SurfaceSequence sequence);
-
// Reparents a window.
// This fails for any of the following reasons:
// . |parent| or |child| does not identify a valid window.
@@ -433,12 +430,11 @@ interface WindowTreeClient {
// Invoked when a client window submits a new surface ID. The surface ID and
// associated information is propagated to the parent connection. The parent
// compositor can take ownership of this surface ID and embed it along with
- // the SurfaceSequence, frame_size, and device_scale_factor in a layer.
+ // frame_size and device_scale_factor in a layer.
// TODO(fsamuel): Surface IDs should be passed to parents directly instead of
// going through the window server. http://crbug.com/655231
OnWindowSurfaceChanged(uint32 window_id,
cc.mojom.SurfaceId surface_id,
- cc.mojom.SurfaceSequence surface_sequence,
gfx.mojom.Size frame_size,
float device_scale_factor);
« no previous file with comments | « services/ui/public/cpp/window_tree_client.cc ('k') | services/ui/ws/server_window_compositor_frame_sink_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698