| 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 d5e26eccc279b14caf45258c6876e2875ea9bb24..d53c8ab865c46fff0db6ce2efdf8d9a3e3b62f74 100644
|
| --- a/ui/events/ozone/evdev/input_controller_evdev.h
|
| +++ b/ui/events/ozone/evdev/input_controller_evdev.h
|
| @@ -53,6 +53,8 @@ class EVENTS_OZONE_EVDEV_EXPORT InputControllerEvdev : public InputController {
|
| void SetPrimaryButtonRight(bool right) override;
|
| void SetTapToClickPaused(bool state) override;
|
| void GetTouchDeviceStatus(const GetTouchDeviceStatusReply& reply) override;
|
| + void GetTouchEventLog(const base::FilePath& out_dir,
|
| + const GetTouchEventLogReply& reply) override;
|
| void DisableInternalTouchpad() override;
|
| void EnableInternalTouchpad() override;
|
| void DisableInternalKeyboardExceptKeys(
|
|
|