| Index: ui/events/ozone/evdev/input_controller_evdev.h
|
| diff --git a/ui/events/ozone/evdev/input_controller_evdev.h b/ui/events/ozone/evdev/input_controller_evdev.h
|
| index 0e151acd9665582497342e1ea8206ac40f842171..9d8ed8947ab30dad1c63b47f4d4f4768c8d9dfe1 100644
|
| --- a/ui/events/ozone/evdev/input_controller_evdev.h
|
| +++ b/ui/events/ozone/evdev/input_controller_evdev.h
|
| @@ -55,6 +55,7 @@ class EVENTS_OZONE_EVDEV_EXPORT InputControllerEvdev : public InputController {
|
| void SetMouseSensitivity(int value) override;
|
| void SetPrimaryButtonRight(bool right) override;
|
| void SetTapToClickPaused(bool state) override;
|
| + std::string GetGestureDeviceStatus() override;
|
| void DisableInternalTouchpad() override;
|
| void EnableInternalTouchpad() override;
|
| void DisableInternalKeyboardExceptKeys(
|
|
|