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

Unified Diff: ui/events/devices/x11/device_data_manager_x11.h

Issue 2153683002: Added a command line switch to disable xinput2, enabled xinput2 by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/x11/device_data_manager_x11.h
diff --git a/ui/events/devices/x11/device_data_manager_x11.h b/ui/events/devices/x11/device_data_manager_x11.h
index c07aed4549845023b4a09957d8a921e5f9966e8f..bc36230845011deaaa46d9749a66f19a77c53652 100644
--- a/ui/events/devices/x11/device_data_manager_x11.h
+++ b/ui/events/devices/x11/device_data_manager_x11.h
@@ -359,6 +359,9 @@ class EVENTS_DEVICES_X11_EXPORT DeviceDataManagerX11
// by valuator_lookup_[device_id][data_type].
std::vector<int> valuator_lookup_[kMaxDeviceNum];
+ // Indicates if the user has disabled high precision scrolling support.
+ bool high_precision_scrolling_disabled_;
+
// Index table to find the horizontal and vertical scroll valuator
// numbers, scroll increments and scroll position.
ScrollInfo scroll_data_[kMaxDeviceNum];

Powered by Google App Engine
This is Rietveld 408576698