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

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

Issue 2754593003: Renames ui::mojom::Accelerator to ui::mojom::WmAccelerator (Closed)
Patch Set: Created 3 years, 9 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 | « services/ui/common/accelerator_util.cc ('k') | services/ui/ws/window_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 49da843c9a929d1d3cf231c657a03135ab0e0e8e..6ebca32648a3b68b116a809190dcc9b64e2f271e 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -212,7 +212,7 @@ interface WindowManager {
OnAccelerator(uint32 ack_id, uint32 accelerator_id, ui.mojom.Event event);
};
-struct Accelerator {
+struct WmAccelerator {
uint32 id;
EventMatcher event_matcher;
};
@@ -240,7 +240,7 @@ interface WindowManagerClient {
// See WindowTree for details on event dispatch.
// This ignores any accelerators already defined with the same id or matcher.
// Returns true if all accelerators were added successfully.
- AddAccelerators(array<Accelerator> accelerators) => (bool success);
+ AddAccelerators(array<WmAccelerator> accelerators) => (bool success);
RemoveAccelerator(uint32 id);
// The window manager has completed a request with the specific change id.
« no previous file with comments | « services/ui/common/accelerator_util.cc ('k') | services/ui/ws/window_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698