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

Unified Diff: components/mus/public/interfaces/window_tree.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/window_manager.mojom ('k') | components/mus/ws/accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/window_tree.mojom
diff --git a/components/mus/public/interfaces/window_tree.mojom b/components/mus/public/interfaces/window_tree.mojom
index 14ab226cf1d324d90535c9d6b87f9d894750f801..8aaa8b30785d759524a13f52485d20f8a4709e17 100644
--- a/components/mus/public/interfaces/window_tree.mojom
+++ b/components/mus/public/interfaces/window_tree.mojom
@@ -8,10 +8,10 @@ import "cc/ipc/surface_id.mojom";
import "components/mus/public/interfaces/compositor_frame.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/mus_constants.mojom";
import "components/mus/public/interfaces/window_manager.mojom";
import "components/mus/public/interfaces/window_manager_constants.mojom";
+import "ui/events/mojo/event.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
import "ui/platform_window/mojo/text_input_state.mojom";
@@ -373,13 +373,13 @@ interface WindowTreeClient {
// receive farther events until the event is ack'ed.
OnWindowInputEvent(uint32 event_id,
uint32 window,
- Event event,
+ ui.mojom.Event event,
uint32 event_observer_id);
// Invoked when an |event| is sent via the EventObserver and not targeted at a
// specific window. The |event_observer_id| is the one supplied to
// SetEventObserver. The client should not acknowledge these events.
- OnEventObserved(Event event, uint32 event_observer_id);
+ OnEventObserved(ui.mojom.Event event, uint32 event_observer_id);
// Called in two distinct cases: when a window known to the connection gains
// focus, or when focus moves from a window known to the connection to a
« no previous file with comments | « components/mus/public/interfaces/window_manager.mojom ('k') | components/mus/ws/accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698