| 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 7398f971d02bc96bb9e4826c701fbdab33dac865..007cc56d1de72172deed0acc09d6fe05aa4f60d1 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.cc
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.cc
|
| @@ -520,8 +520,10 @@ void TouchEventQueue::FlushQueue() {
|
| DCHECK(!dispatching_touch_);
|
| if (touch_filtering_state_ != DROP_ALL_TOUCHES)
|
| touch_filtering_state_ = DROP_TOUCHES_IN_SEQUENCE;
|
| - while (!touch_queue_.empty())
|
| - PopTouchEventToClient(INPUT_EVENT_ACK_STATE_NOT_CONSUMED, LatencyInfo());
|
| + while (!touch_queue_.empty()) {
|
| + PopTouchEventToClient(INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS,
|
| + LatencyInfo());
|
| + }
|
| }
|
|
|
| void TouchEventQueue::PopTouchEventToClient(
|
|
|