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

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

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: Only create ClientSurfaceEmbedder if window is visible. Trash it otherwise. Created 3 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
Index: services/ui/public/interfaces/window_manager.mojom
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
index 14615fcdf8d0b2663af4c0dadd5fa4591c290193..c6557d779f3f7f8acf1ad5d811b4ef993c292275 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -4,6 +4,7 @@
module ui.mojom;
+import "cc/ipc/local_frame_id.mojom";
import "services/ui/public/interfaces/cursor.mojom";
import "services/ui/public/interfaces/display/display.mojom";
import "services/ui/public/interfaces/event_matcher.mojom";
@@ -158,7 +159,8 @@ interface WindowManager {
// When the WindowManager completes a request it must call back to
// WindowManagerClient::WmResponse().
- WmSetBounds(uint32 change_id, uint32 window_id, gfx.mojom.Rect bounds);
+ WmSetBounds(uint32 change_id, uint32 window_id, gfx.mojom.Rect bounds,
+ cc.mojom.LocalFrameId local_frame_id);
WmSetProperty(uint32 change_id,
uint32 window_id,
string name,

Powered by Google App Engine
This is Rietveld 408576698