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

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: updates for events_unittests 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
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 0d72142d206d4e2c9fcddcc014e745a4ec9421bd..2fed9848b2616c2ce9f33f8f928aaf8d76137b02 100644
--- a/ui/events/ozone/evdev/event_factory_evdev.h
+++ b/ui/events/ozone/evdev/event_factory_evdev.h
@@ -72,6 +72,14 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev
const gfx::Vector2d& delta) 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:

Powered by Google App Engine
This is Rietveld 408576698