| Index: ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
| diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc b/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
| index 236d56a535e20fe4893953a04a3848410cc304ad..dba982010a35c4bc2c26206af13221e3d3c85bbc 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
| @@ -82,6 +82,15 @@ class MockDeviceEventDispatcherEvdev : public DeviceEventDispatcherEvdev {
|
| callback_.Run(params);
|
| }
|
|
|
| + void DispatchKeyboardDevicesUpdated(
|
| + const std::vector<KeyboardDevice>& devices) override {}
|
| + void DispatchTouchscreenDevicesUpdated(
|
| + const std::vector<TouchscreenDevice>& devices) override {}
|
| + void DispatchMouseDevicesUpdated(
|
| + const std::vector<InputDevice>& devices) override {}
|
| + void DispatchTouchpadDevicesUpdated(
|
| + const std::vector<InputDevice>& devices) override {}
|
| +
|
| private:
|
| base::Callback<void(const TouchEventParams& params)> callback_;
|
| };
|
|
|