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

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

Issue 2633233003: aura-mus: Implement stacking in DesktopWindowTreeHostMus. (Closed)
Patch Set: Patch cleanup. 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_tree.mojom
diff --git a/services/ui/public/interfaces/window_tree.mojom b/services/ui/public/interfaces/window_tree.mojom
index 7990e305abb650d2443595adddd99abc825b2eea..9d2c81a3e6d953d7667c936c7d0b004cc15ede04 100644
--- a/services/ui/public/interfaces/window_tree.mojom
+++ b/services/ui/public/interfaces/window_tree.mojom
@@ -264,6 +264,9 @@ interface WindowTree {
// window manager change the focus to the next activatable window.
DeactivateWindow(uint32 window_id);
+ // Stacks the window above everything.
sky 2017/01/19 22:20:59 everything -> all sibling windows.
Elliot Glaysher 2017/01/20 01:03:44 Done.
+ StackAtTop(uint32 change_id, uint32 window_id);
+
// See description of WindowManager for details.
GetWindowManagerClient(associated WindowManagerClient& internal);

Powered by Google App Engine
This is Rietveld 408576698