| 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 9bc51f3eadc72b21714701fc41d972fd39ae6422..14615fcdf8d0b2663af4c0dadd5fa4591c290193 100644
|
| --- a/services/ui/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -191,6 +191,10 @@ interface WindowManager {
|
| // to the next. The window manager may completely ignore this message.
|
| WmDeactivateWindow(uint32 window_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);
|
| +
|
| // An accelerator registered via AddAccelerator() has been triggered. If
|
| // |ack_id| is non-zero the accelerator matches a PRE_TARGET and must be
|
| // acknowledged by WindowManagerClient::OnAcceleratorAck().
|
|
|