| Index: ui/events/gesture_detection/gesture_configuration_aura.cc
|
| diff --git a/ui/events/gesture_detection/gesture_configuration_aura.cc b/ui/events/gesture_detection/gesture_configuration_aura.cc
|
| index df4bcf471ac6819dcf6abce11565472647257631..d7e47c152aaf8636094a9f9d9cbeb8d82882e9e8 100644
|
| --- a/ui/events/gesture_detection/gesture_configuration_aura.cc
|
| +++ b/ui/events/gesture_detection/gesture_configuration_aura.cc
|
| @@ -36,6 +36,8 @@ class GestureConfigurationAura : public GestureConfiguration {
|
| set_span_slop(max_touch_move_in_pixels_for_click() * 2);
|
| set_swipe_enabled(true);
|
| set_two_finger_tap_enabled(true);
|
| + set_fling_touchpad_tap_suppression_enabled(true);
|
| + set_fling_touchscreen_tap_suppression_enabled(true);
|
| }
|
|
|
| friend struct DefaultSingletonTraits<GestureConfigurationAura>;
|
|
|