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

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

Issue 2057793002: Reorganize event mojom files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typos in comments. Created 4 years, 6 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: 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 f9836e315f82ca2406866eb5901cec8d75eb9849..0b31c9541854cd37323469e87da9abd11a674488 100644
--- a/components/mus/public/interfaces/window_manager.mojom
+++ b/components/mus/public/interfaces/window_manager.mojom
@@ -6,8 +6,8 @@ module mus.mojom;
import "components/mus/public/interfaces/cursor.mojom";
import "components/mus/public/interfaces/event_matcher.mojom";
-import "components/mus/public/interfaces/input_events.mojom";
import "components/mus/public/interfaces/window_manager_constants.mojom";
+import "ui/events/mojo/event.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
// WindowManager is used when a WindowTreeClient attempts to modify
@@ -73,7 +73,7 @@ interface WindowManager {
WmClientJankinessChanged(uint16 client_id, bool janky);
// An accelerator registered via AddAccelerator() has been triggered.
- OnAccelerator(uint32 id, Event event);
+ OnAccelerator(uint32 id, ui.mojom.Event event);
};
// This interface is only used as an associated interface and is associated
« no previous file with comments | « components/mus/public/interfaces/input_key_codes.mojom ('k') | components/mus/public/interfaces/window_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698