Index: ui/events/devices/touchscreen_device.h |
diff --git a/ui/events/devices/touchscreen_device.h b/ui/events/devices/touchscreen_device.h |
index 7502f68bf1842b819cf65d1a84bf2e542dfdd378..f3a26e67a393be11e250d671c3ecd629cb0ef401 100644 |
--- a/ui/events/devices/touchscreen_device.h |
+++ b/ui/events/devices/touchscreen_device.h |
@@ -20,6 +20,11 @@ struct EVENTS_DEVICES_EXPORT TouchscreenDevice : public InputDevice { |
TouchscreenDevice(int id, |
InputDeviceType type, |
+ const std::string& name, |
+ const gfx::Size& size, |
+ int touch_points); |
+ |
+ TouchscreenDevice(const InputDevice& input_device, |
const gfx::Size& size, |
int touch_points); |