Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc

Issue 868043003: [PATCH 8/11] ozone: evdev: Plumb device changes to EventFactoryEvdev (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/ozone/evdev/libgestures_glue/event_reader_libevdev_cros.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « ui/events/ozone/evdev/libgestures_glue/event_reader_libevdev_cros.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698