| 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 946dd4283a8ce02f4df76124ac15a66da991bb1f..e2ead0b7c3786c29eeb86f0894dcfc9f03e8c4ed 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.cc
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.cc
|
| @@ -637,10 +637,6 @@ void TouchEventQueue::OnHasTouchEventHandlers(bool has_handlers) {
|
| pending_async_touchmove_.reset();
|
| if (timeout_handler_)
|
| timeout_handler_->Reset();
|
| - if (!touch_queue_.empty())
|
| - ProcessTouchAck(INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS, LatencyInfo());
|
| - // As there is no touch handler, ack'ing the event should flush the queue.
|
| - DCHECK(touch_queue_.empty());
|
| }
|
| }
|
|
|
|
|