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..b6af8b405b865e7fe7b9c65e8687717b141a4620 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; |
+ void GetTouchDeviceStatus(const GetTouchDeviceStatusReply& reply) override; |
void DisableInternalTouchpad() override; |
void EnableInternalTouchpad() override; |
void DisableInternalKeyboardExceptKeys( |