| 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 9530b6eba6e15bd7f5714cef50d55e237e11a52c..d06ee85204f112c5b1922e497046a8f235c91a9b 100644
|
| --- a/mojo/services/public/interfaces/input_events/input_events.mojom
|
| +++ b/mojo/services/public/interfaces/input_events/input_events.mojom
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +module mojo;
|
| +
|
| import "mojo/services/public/interfaces/geometry/geometry.mojom";
|
| import "mojo/services/public/interfaces/input_events/input_event_constants.mojom";
|
| import "mojo/services/public/interfaces/input_events/input_key_codes.mojom";
|
|
|
| -module mojo {
|
| -
|
| struct LocationData {
|
| Point? in_view_location;
|
| Point? screen_location;
|
| @@ -70,5 +70,3 @@ struct Event {
|
| TouchData? touch_data;
|
| MouseWheelData? wheel_data;
|
| };
|
| -
|
| -}
|
|
|