| Index: content/browser/renderer_host/input/gesture_event_filter.h
|
| diff --git a/content/browser/renderer_host/input/gesture_event_filter.h b/content/browser/renderer_host/input/gesture_event_filter.h
|
| index 063260a0e88058d53cb604ca3c7e2c6ca8f6321c..832dba0605cfd5bf973f78bfaeca5e2c1da9de86 100644
|
| --- a/content/browser/renderer_host/input/gesture_event_filter.h
|
| +++ b/content/browser/renderer_host/input/gesture_event_filter.h
|
| @@ -74,7 +74,8 @@ class CONTENT_EXPORT GestureEventFilter {
|
| // with state |ack_result| and event |type|. May send events if the queue is
|
| // not empty.
|
| void ProcessGestureAck(InputEventAckState ack_result,
|
| - WebKit::WebInputEvent::Type type);
|
| + WebKit::WebInputEvent::Type type,
|
| + const ui::LatencyInfo& latency);
|
|
|
| // Sets the state of the |fling_in_progress_| field to indicate that a fling
|
| // is definitely not in progress.
|
|
|