Chromium Code Reviews| 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..0ca754fbcd220ef9b2043da04e1867a7ccc8c457 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>& deviecs) override; |
|
sadrul
2015/02/03 15:29:04
*devices
|
| + void OnTouchpadDevicesUpdated( |
| + const std::vector<InputDevice>& devices) override; |
| private: |
| static DeviceDataManager* instance_; |