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 6cee8e87c0483acb15d351652040cce6de827f17..707fea2095d6cf2d40675aba9cfcd4d5500716dc 100644 |
--- a/ui/events/devices/input_device_event_observer.h |
+++ b/ui/events/devices/input_device_event_observer.h |
@@ -16,6 +16,8 @@ class EVENTS_DEVICES_EXPORT InputDeviceEventObserver { |
virtual void OnKeyboardDeviceConfigurationChanged() = 0; |
virtual void OnTouchscreenDeviceConfigurationChanged() = 0; |
+ virtual void OnMouseDeviceConfigurationChanged() = 0; |
+ virtual void OnTouchpadDeviceConfigurationChanged() = 0; |
}; |
} // namespace ui |