| 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) {}
|
|
|
|
|