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 e6b3b64ec78c714348ae2e88d3d275813a213d6f..2ca7c15e2bbca3733b5f464c8e18de28a7cb7219 100644 |
--- a/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc |
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc |
@@ -88,6 +88,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_; |
}; |