| 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 f522921da46912af1c748c8d0a72f1ceb009ac80..f25ec7e707706d33fd0a3435805d4ed5c7be3a13 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| @@ -77,9 +77,6 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
|
| // Set if we have seen a SYN_DROPPED and not yet re-synced with the device.
|
| bool syn_dropped_;
|
|
|
| - // Set if this is a type A device (uses SYN_MT_REPORT).
|
| - bool is_type_a_;
|
| -
|
| // Pressure values.
|
| int pressure_min_;
|
| int pressure_max_; // Used to normalize pressure values.
|
|
|