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

Unified Diff: ui/events/gesture_detection/gesture_configuration.cc

Issue 2064423003: Changing long press timeout 1000ms to 500ms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/gesture_detection/gesture_configuration.cc
diff --git a/ui/events/gesture_detection/gesture_configuration.cc b/ui/events/gesture_detection/gesture_configuration.cc
index 037a5e7ca0e7bf4e56382b415462913887ed11da..8bc64ed7c6cd7278c20e86892f3357b4104c938d 100644
--- a/ui/events/gesture_detection/gesture_configuration.cc
+++ b/ui/events/gesture_detection/gesture_configuration.cc
@@ -35,7 +35,7 @@ GestureConfiguration::GestureConfiguration()
fling_max_tap_gap_time_in_ms_(200),
stylus_scale_enabled_(false),
gesture_begin_end_types_enabled_(false),
- long_press_time_in_ms_(1000),
+ long_press_time_in_ms_(500),
max_distance_between_taps_for_double_tap_(20),
max_tap_count_(3),
max_distance_for_two_finger_tap_in_pixels_(300),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698