Index: ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
diff --git a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
index 31173866cb730890d9265fa6934c2002e5086743..6c47c23b06bb56f2ee06c92a36fe01f177fa5b25 100644 |
--- a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
+++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc |
@@ -98,6 +98,8 @@ DispositionHandlingInfo GetDispositionHandlingInfo(EventType type) { |
return Info(RT_START); |
case ET_GESTURE_END: |
return Info(RT_NONE, ET_GESTURE_BEGIN); |
+ case ET_GESTURE_MULTIFINGER_SWIPE: |
+ return Info(RT_START, ET_GESTURE_SCROLL_BEGIN); |
default: |
break; |
} |