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 c3d3d2fe9cc2f2e5242b81e610488b7cae8ae0ea..e15ef141c0d01f6b397f1391fd350e403a00a285 100644 |
--- a/ui/events/gesture_detection/gesture_configuration.cc |
+++ b/ui/events/gesture_detection/gesture_configuration.cc |
@@ -35,6 +35,7 @@ GestureConfiguration::GestureConfiguration() |
gesture_begin_end_types_enabled_(false), |
long_press_time_in_ms_(1000), |
max_distance_between_taps_for_double_tap_(20), |
+ max_tap_count_(3), |
max_distance_for_two_finger_tap_in_pixels_(300), |
max_fling_velocity_(17000.0f), |
max_gesture_bounds_length_(0), |