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

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

Issue 2827803002: Make Interaction Media Features MQ dynamic on Linux. (Closed)
Patch Set: Fix build + test Created 3 years, 8 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 4734edd0280986dc11f231b3a65394e6db004d4b..9e4f97c6e9d0d466b7b7c9d8ba1272cb3e72ab64 100644
--- a/ui/events/devices/input_device.cc
+++ b/ui/events/devices/input_device.cc
@@ -28,6 +28,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