| Index: ui/events/devices/device_data_manager.h
|
| diff --git a/ui/events/devices/device_data_manager.h b/ui/events/devices/device_data_manager.h
|
| index 7d7a00941d8a64bf12bca49562691d909ddf8a62..4896ad86fd23a85aaff02d76af937558e7bd324d 100644
|
| --- a/ui/events/devices/device_data_manager.h
|
| +++ b/ui/events/devices/device_data_manager.h
|
| @@ -64,6 +64,10 @@ class EVENTS_DEVICES_EXPORT DeviceDataManager
|
| const std::vector<TouchscreenDevice>& devices) override;
|
| void OnKeyboardDevicesUpdated(
|
| const std::vector<KeyboardDevice>& devices) override;
|
| + void OnMouseDevicesUpdated(
|
| + const std::vector<InputDevice>& devices) override;
|
| + void OnTouchpadDevicesUpdated(
|
| + const std::vector<InputDevice>& devices) override;
|
|
|
| private:
|
| static DeviceDataManager* instance_;
|
|
|