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 42296008757093a67a57662fc3bbdbc577a4231d..1f0ec3d4c2ca75e6abef4957d44ce5f7d4228ae4 100644 |
--- a/ui/events/gesture_detection/gesture_config_helper_aura.cc |
+++ b/ui/events/gesture_detection/gesture_config_helper_aura.cc |
@@ -59,6 +59,7 @@ GestureProvider::Config DefaultGestureProviderConfig() { |
config.gesture_detector_config = DefaultGestureDetectorConfig(); |
config.scale_gesture_detector_config = DefaultScaleGestureDetectorConfig(); |
config.snap_scroll_controller_config = DefaultSnapScrollControllerConfig(); |
+ config.send_aura_specific_gestures = true; |
return config; |
} |