| Index: content/browser/renderer_host/input/touch_event_queue.h
|
| diff --git a/content/browser/renderer_host/input/touch_event_queue.h b/content/browser/renderer_host/input/touch_event_queue.h
|
| index a61b90d8eca8c1707d31b3e9bfbadabb175047a0..5a88d001de429bc77cc0a50822404c2294436413 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.h
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.h
|
| @@ -64,7 +64,8 @@ class CONTENT_EXPORT TouchEventQueue {
|
| // At this point, the queue may send one or more gesture events and/or
|
| // additional queued touch-events to the renderer.
|
| void ProcessTouchAck(InputEventAckState ack_result,
|
| - const ui::LatencyInfo& latency_info);
|
| + const ui::LatencyInfo& latency_info,
|
| + uint32 unique_touch_event_id);
|
|
|
| // When GestureScrollBegin is received, we send a touch cancel to renderer,
|
| // route all the following touch events directly to client, and ignore the
|
|
|