| 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 e1bbb0d253b678c671bbd7e90e1800b70a82a2ee..311cf9b40618a15224b1840e076cda78964d3bc2 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| @@ -100,7 +100,7 @@ DispositionHandlingInfo GetDispositionHandlingInfo(EventType type) {
|
| return Info(RT_START);
|
| case ET_GESTURE_END:
|
| return Info(RT_NONE, ET_GESTURE_BEGIN);
|
| - case ET_GESTURE_MULTIFINGER_SWIPE:
|
| + case ET_GESTURE_SWIPE:
|
| return Info(RT_START, ET_GESTURE_SCROLL_BEGIN);
|
| case ET_GESTURE_TWO_FINGER_TAP:
|
| return Info(RT_START);
|
|
|