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

Unified Diff: ui/events/devices/input_device.h

Issue 1992443002: Add Mojo IPC based input-device service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_ddm
Patch Set: Rebase/move. Created 4 years, 7 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/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;

Powered by Google App Engine
This is Rietveld 408576698