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(); |