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

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

Issue 2568303006: aura-mus: Implement Deactivate(). (Closed)
Patch Set: Prune comments and other debugging gunk. 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_manager.mojom
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
index 2239dde237926616132c1cb0d9805c2169e9eb0d..9bc51f3eadc72b21714701fc41d972fd39ae6422 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -187,6 +187,10 @@ interface WindowManager {
// Asks the WindowManager to cancel any outstanding move loop on |change_id|.
WmCancelMoveLoop(uint32 change_id);
+ // Asks the WindowManager to change the activation from the current window
+ // to the next. The window manager may completely ignore this message.
+ WmDeactivateWindow(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().

Powered by Google App Engine
This is Rietveld 408576698