summaryrefslogtreecommitdiffstats
path: root/ui/events/ozone/evdev/touch_event_converter_evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/ozone/evdev/touch_event_converter_evdev.h')
-rw-r--r--ui/events/ozone/evdev/touch_event_converter_evdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.h b/ui/events/ozone/evdev/touch_event_converter_evdev.h
index 83aa13ac..d36f901 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