| Index: content/browser/renderer_host/input/touch_event_queue.cc
|
| diff --git a/content/browser/renderer_host/input/touch_event_queue.cc b/content/browser/renderer_host/input/touch_event_queue.cc
|
| index 7edb36356832cad183e651044ba6d5ca3e154218..63810afcd3c2d4b18f432fcd3f14e410b2dd967b 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.cc
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.cc
|
| @@ -374,6 +374,7 @@ TouchEventQueue::TouchEventQueue(TouchEventQueueClient* client,
|
| dispatching_touch_ack_(NULL),
|
| dispatching_touch_(false),
|
| has_handlers_(true),
|
| + drop_remaining_touches_in_sequence_(false),
|
| touchmove_slop_suppressor_(new TouchMoveSlopSuppressor(
|
| config.touchmove_slop_suppression_length_dips)),
|
| send_touch_events_async_(false),
|
|
|