| 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 26a557d4e3f9a0688553018713cd74d0ddd2c927..bf6444555d9f2ad1d00e038ecb2e8b7271d741a0 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| @@ -84,6 +84,7 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
|
| void UpdateTrackingId(int slot, int tracking_id);
|
| void ReleaseTouches();
|
| void ReleaseButtons();
|
| + void CancelAllTouches();
|
| // Normalize pressure value to [0, 1].
|
| float ScalePressure(int32_t value);
|
|
|
|
|