| Index: content/common/input/web_input_event_traits.cc
|
| diff --git a/content/common/input/web_input_event_traits.cc b/content/common/input/web_input_event_traits.cc
|
| index df4513ea69ba0800389cb0c8d14c6a66f81aff22..4dcd4ba153c60fb807a34e14dd16262abcc2cf99 100644
|
| --- a/content/common/input/web_input_event_traits.cc
|
| +++ b/content/common/input/web_input_event_traits.cc
|
| @@ -344,7 +344,6 @@ bool WebInputEventTraits::IgnoresAckDisposition(const WebInputEvent& event) {
|
| case WebInputEvent::GestureScrollBegin:
|
| case WebInputEvent::GestureScrollEnd:
|
| case WebInputEvent::GestureShowPress:
|
| - case WebInputEvent::GestureTap:
|
| case WebInputEvent::GestureTapUnconfirmed:
|
| case WebInputEvent::GestureTapDown:
|
| case WebInputEvent::GestureTapCancel:
|
|
|