| Index: mojo/services/input_events/public/interfaces/input_events.mojom
|
| diff --git a/mojo/services/input_events/public/interfaces/input_events.mojom b/mojo/services/input_events/public/interfaces/input_events.mojom
|
| index d6a0d28057c4dc9f18753dfbf78e0a56b96b2261..c576496123ad6e1605895b5fa9b74365c6505f91 100644
|
| --- a/mojo/services/input_events/public/interfaces/input_events.mojom
|
| +++ b/mojo/services/input_events/public/interfaces/input_events.mojom
|
| @@ -55,6 +55,7 @@ struct PointerData {
|
| float pressure;
|
| float radius_major;
|
| float radius_minor;
|
| + float orientation;
|
| // Used for devices that support wheels. Ranges from -1 to 1.
|
| float horizontal_wheel;
|
| float vertical_wheel;
|
|
|