Index: ui/events/gesture_detection/gesture_config_helper_android.cc |
diff --git a/ui/events/gesture_detection/gesture_config_helper_android.cc b/ui/events/gesture_detection/gesture_config_helper_android.cc |
index db460683491bbb1c573c1cbe8dec531d60f62256..96aa7a6ad13fb14afab552806a934c7e16e7ab11 100644 |
--- a/ui/events/gesture_detection/gesture_config_helper_android.cc |
+++ b/ui/events/gesture_detection/gesture_config_helper_android.cc |
@@ -37,9 +37,7 @@ ScaleGestureDetector::Config DefaultScaleGestureDetectorConfig() { |
ScaleGestureDetector::Config config; |
config.gesture_detector_config = DefaultGestureDetectorConfig(); |
- // TODO(jdduke): Enable "quick scale" on the ScaleGestureDetector, and remove |
- // corresponding double tap drag zoom code from GestureProvider, crbug/331092. |
- config.quick_scale_enabled = false; |
+ config.quick_scale_enabled = true; |
config.min_scaling_touch_major = |
ViewConfiguration::GetMinScalingTouchMajorInPixels(); |
config.min_scaling_span = ViewConfiguration::GetMinScalingSpanInPixels(); |