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

Unified Diff: ui/events/devices/mojo/input_devices.mojom

Issue 2827803002: Make Interaction Media Features MQ dynamic on Linux. (Closed)
Patch Set: Patch for landing, added the mojo bits Created 3 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
« no previous file with comments | « ui/events/devices/mojo/input_device_struct_traits.h ('k') | ui/events/ozone/evdev/event_converter_evdev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/mojo/input_devices.mojom
diff --git a/ui/events/devices/mojo/input_devices.mojom b/ui/events/devices/mojo/input_devices.mojom
index da5124de7abfb5659a2fab6e15860d400c5892ee..e90599d5867af4fcc70966b1e8dcb743d64673d1 100644
--- a/ui/events/devices/mojo/input_devices.mojom
+++ b/ui/events/devices/mojo/input_devices.mojom
@@ -18,6 +18,7 @@ struct InputDevice {
int32 id;
InputDeviceType type;
string name;
+ bool enabled;
string sys_path;
uint16 vendor_id;
uint16 product_id;
« no previous file with comments | « ui/events/devices/mojo/input_device_struct_traits.h ('k') | ui/events/ozone/evdev/event_converter_evdev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698