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

Unified Diff: services/ui/public/interfaces/window_tree.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 | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/ws/access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 51c1726c17a6b0d02e096c822f26836c7b746310..d2343dbf791bcff7713eaaa2ac630d8b6d30557a 100644
--- a/services/ui/public/interfaces/window_tree.mojom
+++ b/services/ui/public/interfaces/window_tree.mojom
@@ -264,6 +264,10 @@ interface WindowTree {
// window manager change the focus to the next activatable window.
DeactivateWindow(uint32 window_id);
+ // Stacks the window |above_id| above |below_id|. These two windows must
+ // share the same parent.
+ StackAbove(uint32 change_id, uint32 above_id, uint32 below_id);
+
// Stacks the window above all sibling windows.
StackAtTop(uint32 change_id, uint32 window_id);
« no previous file with comments | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/ws/access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698