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

Unified Diff: components/mus/public/interfaces/window_manager.mojom

Issue 1953193002: mus: Add debug key to print the server window hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: accelerator Created 4 years, 7 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 | « no previous file | components/mus/ws/server_window.h » ('j') | components/mus/ws/window_manager_state.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/window_manager.mojom
diff --git a/components/mus/public/interfaces/window_manager.mojom b/components/mus/public/interfaces/window_manager.mojom
index 20e0c74f761a3077ea328afda4d5588f8787a0f2..f1a4a98616b1799ad5f551a1ed4513d658275d16 100644
--- a/components/mus/public/interfaces/window_manager.mojom
+++ b/components/mus/public/interfaces/window_manager.mojom
@@ -81,6 +81,7 @@ interface WindowManagerClient {
// target window. The id is defined by the client and can be used to more
// easily identify the accelerator's action. If an accelerator with the same
// id or the same matcher already exists, then the accelerator is not added.
+ // Accelerator ID 1 << 24 and above are reserved for internal use.
msw 2016/05/06 22:34:31 The int32 space is 4,294,967,295, this would reser
James Cook 2016/05/07 00:03:10 Done.
AddAccelerator(uint32 id, EventMatcher matcher) => (bool success);
RemoveAccelerator(uint32 id);
« no previous file with comments | « no previous file | components/mus/ws/server_window.h » ('j') | components/mus/ws/window_manager_state.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698