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 aa3d577ccdf74575bab14583ce0f58b916b488cd..d7c2f4f297d375cc02b7e70501778179f3068bd4 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 @@ import "mojo/services/public/interfaces/input_events/input_key_codes.mojom" |
module mojo { |
struct LocationData { |
- Point in_view_location; |
+ Point? in_view_location; |
Point? screen_location; |
}; |