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

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

Issue 2827803002: Make Interaction Media Features MQ dynamic on Linux. (Closed)
Patch Set: Rebase and fix test failures 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
Index: ui/events/devices/input_device.cc
diff --git a/ui/events/devices/input_device.cc b/ui/events/devices/input_device.cc
index b60f85a0a15afc0a662174820090ccebb6bf46a0..b318a5b1ab90988307c3e721cdbff2f3ab2d968c 100644
--- a/ui/events/devices/input_device.cc
+++ b/ui/events/devices/input_device.cc
@@ -30,6 +30,7 @@ InputDevice::InputDevice(int id,
: id(id),
type(type),
name(name),
+ enabled(true),
sys_path(sys_path),
vendor_id(vendor),
product_id(product) {}

Powered by Google App Engine
This is Rietveld 408576698