Chromium Code Reviews| Index: mojo/services/public/interfaces/input_events/input_events.mojom |
| diff --git a/mojo/services/public/interfaces/input_events/input_events.mojom b/mojo/services/public/interfaces/input_events/input_events.mojom |
| index 368292e0cda63999e59d008a256978f58f5c5c43..ab948dc09246ee191bdd7f15b8cce3d99376fe2d 100644 |
| --- a/mojo/services/public/interfaces/input_events/input_events.mojom |
| +++ b/mojo/services/public/interfaces/input_events/input_events.mojom |
| @@ -9,7 +9,7 @@ module mojo { |
| struct LocationData { |
| Point in_view_location; |
| - Point screen_location; |
| + Point? screen_location; |
| }; |
| struct KeyData { |