| 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 58194c59a15bf96731d25c74ae17ae4fc49712c0..3cc3b4baf8cc9e634962dbdff9a124da2106cc4e 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| @@ -78,7 +78,7 @@ DispositionHandlingInfo GetDispositionHandlingInfo(EventType type) {
|
| case ET_GESTURE_DOUBLE_TAP:
|
| return Info(RT_START | RT_CURRENT, ET_GESTURE_TAP_UNCONFIRMED);
|
| case ET_GESTURE_SCROLL_BEGIN:
|
| - return Info(RT_START | RT_CURRENT);
|
| + return Info(RT_START);
|
| case ET_GESTURE_SCROLL_UPDATE:
|
| return Info(RT_CURRENT, ET_GESTURE_SCROLL_BEGIN);
|
| case ET_GESTURE_SCROLL_END:
|
|
|