| Index: content/browser/renderer_host/input/input_router_impl.h
|
| diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h
|
| index ab5058329547e51cd7a443674d937d5109671aee..a9d60223a982023762205baa8f610e91d4f937d2 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -144,6 +144,7 @@ private:
|
| void ProcessInputEventAck(blink::WebInputEvent::Type event_type,
|
| InputEventAckState ack_result,
|
| const ui::LatencyInfo& latency_info,
|
| + uint32 uniqueEventId,
|
| AckSource ack_source);
|
|
|
| // Dispatches the ack'ed event to |ack_handler_|.
|
| @@ -168,7 +169,8 @@ private:
|
| // Forwards the event ack to |touch_event_queue_|, potentially triggering
|
| // dispatch of queued touch events, or the creation of gesture events.
|
| void ProcessTouchAck(InputEventAckState ack_result,
|
| - const ui::LatencyInfo& latency);
|
| + const ui::LatencyInfo& latency,
|
| + uint32 unique_touch_event_id);
|
|
|
| // Called when a touch timeout-affecting bit has changed, in turn toggling the
|
| // touch ack timeout feature of the |touch_event_queue_| as appropriate. Input
|
|
|