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

Unified Diff: ui/events/devices/input_device_event_observer.h

Issue 2805793002: ozone: evdev: Add gamepad support (Closed)
Patch Set: Created 3 years, 8 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/devices/input_device_event_observer.h
diff --git a/ui/events/devices/input_device_event_observer.h b/ui/events/devices/input_device_event_observer.h
index 4ea7d46e040634711eb70adb2abd4b18a24a9e8d..11dfdb9447dc25e7323367eb33e6ecc03429e5c6 100644
--- a/ui/events/devices/input_device_event_observer.h
+++ b/ui/events/devices/input_device_event_observer.h
@@ -20,6 +20,7 @@ class EVENTS_DEVICES_EXPORT InputDeviceEventObserver {
virtual void OnTouchscreenDeviceConfigurationChanged() {}
virtual void OnMouseDeviceConfigurationChanged() {}
virtual void OnTouchpadDeviceConfigurationChanged() {}
+ virtual void OnGamepadDeviceConfigurationChanged() {}
virtual void OnDeviceListsComplete() {}
virtual void OnStylusStateChanged(StylusState state) {}

Powered by Google App Engine
This is Rietveld 408576698