| 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 930624f5ae859813207af8a73d00f9c21596418d..f3e8514bbc53a746e33ffdb1490a91b3598f5d32 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
| @@ -88,6 +88,10 @@ DispositionHandlingInfo GetDispositionHandlingInfo(EventType type) {
|
| return Info(RT_CURRENT, ET_GESTURE_PINCH_BEGIN);
|
| case ET_GESTURE_PINCH_END:
|
| return Info(RT_NONE, ET_GESTURE_PINCH_BEGIN);
|
| + case ET_GESTURE_BEGIN:
|
| + return Info(RT_START);
|
| + case ET_GESTURE_END:
|
| + return Info(RT_NONE, ET_GESTURE_BEGIN);
|
| default:
|
| break;
|
| }
|
|
|