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

Unified Diff: components/mus/public/interfaces/accelerator_registrar.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
« no previous file with comments | « components/mus/public/interfaces/BUILD.gn ('k') | components/mus/public/interfaces/event_matcher.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/accelerator_registrar.mojom
diff --git a/components/mus/public/interfaces/accelerator_registrar.mojom b/components/mus/public/interfaces/accelerator_registrar.mojom
index 84d5990d70eba0b3f5c8df5ecb170fdc0e051419..00948424eb34b3c0f435a4d44fc819ab0f400365 100644
--- a/components/mus/public/interfaces/accelerator_registrar.mojom
+++ b/components/mus/public/interfaces/accelerator_registrar.mojom
@@ -5,10 +5,10 @@
module mus.mojom;
import "components/mus/public/interfaces/event_matcher.mojom";
-import "components/mus/public/interfaces/input_events.mojom";
+import "ui/events/mojo/event.mojom";
interface AcceleratorHandler {
- OnAccelerator(uint32 id, Event event);
+ OnAccelerator(uint32 id, ui.mojom.Event event);
};
interface AcceleratorRegistrar {
« no previous file with comments | « components/mus/public/interfaces/BUILD.gn ('k') | components/mus/public/interfaces/event_matcher.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698