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

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

Issue 889403003: Make PointerDeviceObserver work under Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/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_;

Powered by Google App Engine
This is Rietveld 408576698