| Index: ui/views/widget/root_view.cc
|
| ===================================================================
|
| --- ui/views/widget/root_view.cc (revision 140971)
|
| +++ ui/views/widget/root_view.cc (working copy)
|
| @@ -450,7 +450,7 @@
|
| View* handler = gesture_handler_;
|
| GestureEvent handler_event(event, this, gesture_handler_);
|
| // TODO: should only do this for the last touch id that goes up.
|
| - if (event.type() == ui::ET_GESTURE_END)
|
| + if (event.type() == ui::ET_GESTURE_TAP_UP)
|
| gesture_handler_ = NULL;
|
| return handler->OnGestureEvent(handler_event);
|
| }
|
|
|