| Index: ui/events/mojo/event.mojom
|
| diff --git a/ui/events/mojo/event.mojom b/ui/events/mojo/event.mojom
|
| index cf68bbe3dc4589c2e792ce2c9c83400424898b5a..d66b7d5a802843013653052caab63cd229e1a4a2 100644
|
| --- a/ui/events/mojo/event.mojom
|
| +++ b/ui/events/mojo/event.mojom
|
| @@ -63,6 +63,7 @@ struct LocationData {
|
| // TODO(rjkroege,sadrul): Add gesture representation.
|
| struct PointerData {
|
| int32 pointer_id;
|
| + int32 changed_button_flags;
|
| PointerKind kind;
|
| LocationData location;
|
| // Some devices (e.g. pen, finger) can extend across multiple pixels
|
|
|