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 ed33236fa4dcfac682a04ddae03cb25773366d42..0e775dd9c193b6e44df81d660e5871cf101ebeec 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 @@ |
case ET_GESTURE_DOUBLE_TAP: |
return Info(RT_START | RT_CURRENT, ET_GESTURE_TAP_UNCONFIRMED); |
case ET_GESTURE_SCROLL_BEGIN: |
- return Info(RT_START); |
+ return Info(RT_START | RT_CURRENT); |
case ET_GESTURE_SCROLL_UPDATE: |
return Info(RT_CURRENT, ET_GESTURE_SCROLL_BEGIN); |
case ET_GESTURE_SCROLL_END: |