| Index: ui/events/devices/input_device.h
|
| diff --git a/ui/events/devices/input_device.h b/ui/events/devices/input_device.h
|
| index 4ef06b38cf868e7279da975065e91fddb904785f..91e1c828aaba6f0c62b4db94a41c10cd21fb1339 100644
|
| --- a/ui/events/devices/input_device.h
|
| +++ b/ui/events/devices/input_device.h
|
| @@ -36,6 +36,8 @@ struct EVENTS_DEVICES_EXPORT InputDevice {
|
| InputDevice(const InputDevice& other);
|
| virtual ~InputDevice();
|
|
|
| + std::string ToString() const;
|
| +
|
| // ID of the device. This ID is unique between all input devices.
|
| int id;
|
|
|
|
|