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

Unified Diff: ui/events/x/touch_factory_x11.h

Issue 614093004: Fixing: ui::IsTouchDevicePresent() doesn't respect --touch-devices flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplifying Created 6 years, 3 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 | « no previous file | ui/events/x/touch_factory_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/x/touch_factory_x11.h
diff --git a/ui/events/x/touch_factory_x11.h b/ui/events/x/touch_factory_x11.h
index 9d84655664caee044727fe5fe86e841f163533e3..183dc09d6a0a6ac0f7c9ccdec8f4ae17d075ba6d 100644
--- a/ui/events/x/touch_factory_x11.h
+++ b/ui/events/x/touch_factory_x11.h
@@ -121,9 +121,6 @@ class EVENTS_BASE_EXPORT TouchFactory {
// A quick lookup table for determining if a device is a touch device.
std::bitset<kMaxDeviceNum> touch_device_lookup_;
- // Indicates whether a touch device is currently available or not.
- bool touch_device_available_;
-
// Indicates whether touch events are explicitly disabled.
bool touch_events_disabled_;
« no previous file with comments | « no previous file | ui/events/x/touch_factory_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698