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

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..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_;

Powered by Google App Engine
This is Rietveld 408576698