| 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
|
|
|