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

Unified Diff: ui/events/x/device_data_manager_x11.h

Issue 336863002: Moving input device hotplug event processing outside of ui/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/x/device_data_manager_x11.h
diff --git a/ui/events/x/device_data_manager_x11.h b/ui/events/x/device_data_manager_x11.h
index d10251e687ab916f153805a9c9f37fcc16b2a671..7b4298f9e4a60b5ee8cc49058093c1920a8a2815 100644
--- a/ui/events/x/device_data_manager_x11.h
+++ b/ui/events/x/device_data_manager_x11.h
@@ -224,6 +224,9 @@ class EVENTS_BASE_EXPORT DeviceDataManagerX11 : public DeviceDataManager {
bool TouchEventNeedsCalibrate(int touch_device_id) const;
+ // DeviceDataManager overrides:
+ virtual std::vector<TouchscreenDevice> GetTouchscreenDevices() OVERRIDE;
+
private:
// Initialize the XInput related system information.
bool InitializeXInputInternal();

Powered by Google App Engine
This is Rietveld 408576698