| Index: ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.h b/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| index 83aa13ac1a8f819c684c2e96ed6f4c43b3eb620d..d36f901f2491f69b7f70d25530f145868f99e3a6 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| @@ -93,6 +93,8 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
|
| std::bitset<MAX_FINGERS> altered_slots_;
|
|
|
| struct InProgressEvents {
|
| + InProgressEvents();
|
| +
|
| float x_;
|
| float y_;
|
| int id_; // Device reported "unique" touch point id; -1 means not active
|
|
|