| 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 4d761823d9da646f003d8fdd118d02d8f369712e..2caea22a60fa48a13a8a911e354dfb79db93f068 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.h
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.h
|
| @@ -28,8 +28,9 @@ class CONTENT_EXPORT TouchEventQueueClient {
|
| const TouchEventWithLatencyInfo& event) = 0;
|
|
|
| virtual void OnTouchEventAck(
|
| - const TouchEventWithLatencyInfo& event,
|
| - InputEventAckState ack_result) = 0;
|
| + const WebKit::WebTouchEvent& event,
|
| + InputEventAckState ack_result,
|
| + ui::LatencyInfo* latency) = 0;
|
| };
|
|
|
| // A queue for throttling and coalescing touch-events.
|
|
|