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

Unified Diff: ui/events/ozone/evdev/event_factory_evdev.h

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/event_device_info.cc ('k') | ui/events/ozone/evdev/event_factory_evdev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/event_factory_evdev.h
diff --git a/ui/events/ozone/evdev/event_factory_evdev.h b/ui/events/ozone/evdev/event_factory_evdev.h
index 0a6ba92672d634b487e98e63ce29790acb8fb85c..71bba28e2029e5858cb39d023322767b18352b61 100644
--- a/ui/events/ozone/evdev/event_factory_evdev.h
+++ b/ui/events/ozone/evdev/event_factory_evdev.h
@@ -65,6 +65,14 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev
void DispatchMouseWheelEvent(const MouseWheelEventParams& params) override;
void DispatchScrollEvent(const ScrollEventParams& params) override;
void DispatchTouchEvent(const TouchEventParams& params) override;
+ 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;
protected:
// DeviceEventObserver overrides:
« no previous file with comments | « ui/events/ozone/evdev/event_device_info.cc ('k') | ui/events/ozone/evdev/event_factory_evdev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698