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

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

Issue 2655463009: aura-mus: Implement DesktopWindowTreeHostMus::StackAbove(). (Closed)
Patch Set: Add comment. 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
« no previous file with comments | « no previous file | services/ui/public/interfaces/window_tree.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0f404dac312836d0e2d1416cd41c7969d5bc2994 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -191,6 +191,9 @@ interface WindowManager {
// to the next. The window manager may completely ignore this message.
WmDeactivateWindow(uint32 window_id);
+ // Asks the WindowMangaer to stack |above_id| in front of |below_id|.
+ WmStackAbove(uint32 change_id, uint32 above_id, uint32 below_id);
+
// Asks the WindowManager to stack |window_id| as the first child of its
// window manager owned parent.
WmStackAtTop(uint32 change_id, uint32 window_id);
« no previous file with comments | « no previous file | services/ui/public/interfaces/window_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698