| Index: ui/events/ozone/evdev/touch_evdev_types.h
|
| diff --git a/ui/events/ozone/evdev/touch_evdev_types.h b/ui/events/ozone/evdev/touch_evdev_types.h
|
| index 70652c64a135de72051104ae5019c2b41e5e8c14..1efe0c62b415f87f4cb249e30c18d21b40c571c4 100644
|
| --- a/ui/events/ozone/evdev/touch_evdev_types.h
|
| +++ b/ui/events/ozone/evdev/touch_evdev_types.h
|
| @@ -19,6 +19,7 @@ const int kNumTouchEvdevSlots = 20;
|
| // Contains information about an in progress touch.
|
| struct EVENTS_OZONE_EVDEV_EXPORT InProgressTouchEvdev {
|
| InProgressTouchEvdev();
|
| + InProgressTouchEvdev(const InProgressTouchEvdev& other);
|
| ~InProgressTouchEvdev();
|
|
|
| // Whether there is new information for the touch.
|
|
|