Chromium Code Reviews| 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..671fe3e99fe7ba7e9bfcfcc7b19aeca737283e76 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_id| above |below_id|. |
|
sky
2017/01/26 00:48:10
Please document the two 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); |