Chromium Code Reviews| Index: ui/views/animation/ink_drop_host_view.cc |
| diff --git a/ui/views/animation/ink_drop_host_view.cc b/ui/views/animation/ink_drop_host_view.cc |
| index 789f1b5e76eb05885906fafa8285d549cbc0dc59..d358e0c153185198d24b9370ddba3395963c3157 100644 |
| --- a/ui/views/animation/ink_drop_host_view.cc |
| +++ b/ui/views/animation/ink_drop_host_view.cc |
| @@ -75,7 +75,7 @@ class InkDropHostView::InkDropGestureHandler : public ui::EventHandler { |
| ink_drop_state = InkDropState::ALTERNATE_ACTION_TRIGGERED; |
| break; |
| case ui::ET_GESTURE_END: |
| - case ui::ET_GESTURE_SCROLL_BEGIN: |
| + case ui::ET_GESTURE_TAP_CANCEL: |
|
bruthig
2017/04/27 13:58:46
Do you know if a TAP_CANCEL happen whenever a SCRO
sammiequon
2017/04/28 04:58:03
Oops, I did not mean to remove the SCROLL_BEGIN he
|
| if (current_ink_drop_state == InkDropState::ACTIVATED) |
| return; |
| ink_drop_state = InkDropState::HIDDEN; |