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

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

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: First cut propagating LocalSurfaceId when WindowTreeHost requests resize Created 3 years, 9 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: 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 13de19f72b893e81f57f20f681d51b3d01aacf04..9c55dba30996a410dfb3a11b8277c803bf03abc0 100644
--- a/services/ui/public/interfaces/window_tree.mojom
+++ b/services/ui/public/interfaces/window_tree.mojom
@@ -360,6 +360,10 @@ interface WindowTreeClient {
gfx.mojom.Rect old_bounds,
gfx.mojom.Rect new_bounds,
cc.mojom.LocalSurfaceId? local_surface_id);
+
+ OnSetWindowBoundsResponse(uint32 change_id, gfx.mojom.Rect bounds,
+ cc.mojom.LocalSurfaceId local_surface_id);
+
OnClientAreaChanged(uint32 window_id,
gfx.mojom.Insets new_client_area,
« no previous file with comments | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/public/interfaces/window_tree_constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698