| 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 f4f7c5ed77c44d5465130d080bc3723a71743f45..d5aa7248a142bd5e17eae618f4a7e2b057dc857b 100644
|
| --- a/ui/events/gesture_detection/gesture_configuration_aura.cc
|
| +++ b/ui/events/gesture_detection/gesture_configuration_aura.cc
|
| @@ -32,7 +32,6 @@ class GestureConfigurationAura : public GestureConfiguration {
|
| switches::kCompensateForUnstablePinchZoom)
|
| ? 5
|
| : 0);
|
| - set_min_scaling_touch_major(default_radius() * 2);
|
| set_velocity_tracker_strategy(VelocityTracker::Strategy::LSQ2_RESTRICTED);
|
| set_span_slop(max_touch_move_in_pixels_for_click() * 2);
|
| set_swipe_enabled(true);
|
|
|