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

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

Issue 2685883003: chromeos: converts observed pointer events to DIPs (Closed)
Patch Set: merge Created 3 years, 10 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 | « content/renderer/mus/renderer_window_tree_client.cc ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/window_tree.mojom
diff --git a/services/ui/public/interfaces/window_tree.mojom b/services/ui/public/interfaces/window_tree.mojom
index e60649005adf7d652baf419e4685c15e986595b5..ab53d13c0f7501385db27c8d9b40308e43bd897c 100644
--- a/services/ui/public/interfaces/window_tree.mojom
+++ b/services/ui/public/interfaces/window_tree.mojom
@@ -416,6 +416,7 @@ interface WindowTreeClient {
// |matches_pointer_watcher|.
OnWindowInputEvent(uint32 event_id,
uint32 window,
+ int64 display_id,
ui.mojom.Event event,
bool matches_pointer_watcher);
@@ -424,7 +425,9 @@ interface WindowTreeClient {
// StartPointerWatcher() for details. |window_id| is the window id of the
// event target, or 0 if the window is not known to this client. The
// client should not acknowledge these events.
- OnPointerEventObserved(ui.mojom.Event event, uint32 window_id);
+ OnPointerEventObserved(ui.mojom.Event event,
+ uint32 window_id,
+ int64 display_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 | « content/renderer/mus/renderer_window_tree_client.cc ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698