Index: ui/events/gesture_detection/gesture_provider_config_helper.cc |
diff --git a/ui/events/gesture_detection/gesture_provider_config_helper.cc b/ui/events/gesture_detection/gesture_provider_config_helper.cc |
index 8297aaed6dd78df5c03afe362af5ffe463b9548d..6b1dad0932b2ba91144d13da529a165cba86941e 100644 |
--- a/ui/events/gesture_detection/gesture_provider_config_helper.cc |
+++ b/ui/events/gesture_detection/gesture_provider_config_helper.cc |
@@ -62,6 +62,8 @@ GestureProvider::Config BuildGestureProviderConfig( |
config.gesture_detector_config = BuildGestureDetectorConfig(gesture_config); |
config.scale_gesture_detector_config = |
BuildScaleGestureDetectorConfig(gesture_config); |
+ config.double_tap_support_for_platform_enabled = |
+ gesture_config.double_tap_enabled(); |
config.gesture_begin_end_types_enabled = |
gesture_config.gesture_begin_end_types_enabled(); |
config.min_gesture_bounds_length = gesture_config.min_gesture_bounds_length(); |