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 53f175692cf3438f255e519a34dc6b557bacb23e..faa37ac3c1dbf6a5bfe912820e832df1ceb54ff5 100644 |
--- a/content/common/input/web_input_event_traits.cc |
+++ b/content/common/input/web_input_event_traits.cc |
@@ -289,7 +289,8 @@ bool WebInputEventTraits::IgnoresAckDisposition( |
type == WebInputEvent::GestureShowPress || |
type == WebInputEvent::GestureTapCancel || |
type == WebInputEvent::GesturePinchBegin || |
- type == WebInputEvent::GesturePinchEnd; |
+ type == WebInputEvent::GesturePinchEnd || |
+ type == WebInputEvent::TouchCancel; |
} |
} // namespace content |