| 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 45ceb653bcd2a1580c1f2537127c420db5f5f6ba..4764f231ed6db43f53b5449d879fbf866436dee8 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| @@ -83,6 +83,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);
|
|
|
|
|