Index: ui/events/gesture_detection/gesture_config_helper_aura.cc |
diff --git a/ui/events/gesture_detection/gesture_config_helper_aura.cc b/ui/events/gesture_detection/gesture_config_helper_aura.cc |
index 98c6ee2eb13cc7f7887c32ad592eae0f1863e8ef..1434be1f78f7414719f3162b40dd65271c5f7add 100644 |
--- a/ui/events/gesture_detection/gesture_config_helper_aura.cc |
+++ b/ui/events/gesture_detection/gesture_config_helper_aura.cc |
@@ -49,10 +49,7 @@ ScaleGestureDetector::Config DefaultScaleGestureDetectorConfig() { |
GestureConfiguration::max_touch_move_in_pixels_for_click() * 2; |
config.min_scaling_touch_major = GestureConfiguration::default_radius() * 2; |
config.min_scaling_span = GestureConfiguration::min_scaling_span_in_pixels(); |
- config.min_pinch_update_span_delta = |
- base::CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kCompensateForUnstablePinchZoom) ? |
- GestureConfiguration::min_pinch_update_distance_in_pixels() : 0; |
+ config.min_pinch_update_span_delta = 0; |
return config; |
} |