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

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

Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Deprecate the histogram. Created 4 years, 1 month 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 a63434e5bb301bcc386900dd3374786622602c49..b8a37fc8ae0c3db6c841c005b39292b29e78a3e7 100644
--- a/ui/events/devices/x11/touch_factory_x11.h
+++ b/ui/events/devices/x11/touch_factory_x11.h
@@ -142,10 +142,6 @@ class EVENTS_DEVICES_X11_EXPORT TouchFactory {
// Associate each device ID with its master device ID.
std::map<int, int> device_master_id_list_;
- // Indicates whether touch events are explicitly disabled by the flag
- // #touch-events.
- bool touch_events_flag_disabled_;
-
// The status of the touch screens devices themselves.
bool touch_screens_enabled_;

Powered by Google App Engine
This is Rietveld 408576698