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

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

Issue 1186833005: Fix touch screen on Linux with or without flag --touch-devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/touch_factory_x11.h
diff --git a/ui/events/devices/x11/touch_factory_x11.h b/ui/events/devices/x11/touch_factory_x11.h
index 43174a7dbd00a3d2b09f6390b360a7d224a6a52a..c2e95802deea66f3cf39312efff3e0a744e3c3f8 100644
--- a/ui/events/devices/x11/touch_factory_x11.h
+++ b/ui/events/devices/x11/touch_factory_x11.h
@@ -134,6 +134,9 @@ class EVENTS_DEVICES_EXPORT TouchFactory {
SequentialIDGenerator id_generator_;
+ // Associate each device ID with its master device ID.
+ std::map<int, int> device_master_id_list_;
+
DISALLOW_COPY_AND_ASSIGN(TouchFactory);
};
« no previous file with comments | « no previous file | ui/events/devices/x11/touch_factory_x11.cc » ('j') | ui/events/devices/x11/touch_factory_x11.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698