| 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 668901d5f9dc073b4aa6022dc9d7504d9303d3d0..ee703f3658dff6c0808ec5bc5f13645220ab2702 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| @@ -100,7 +100,8 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
|
| int finger_; // "Finger" id starting from 0; -1 means not active
|
|
|
| EventType type_;
|
| - int major_;
|
| + float radius_x_;
|
| + float radius_y_;
|
| float pressure_;
|
| };
|
|
|
|
|