| Index: content/browser/renderer_host/input/mock_input_router_client.cc
|
| diff --git a/content/browser/renderer_host/input/mock_input_router_client.cc b/content/browser/renderer_host/input/mock_input_router_client.cc
|
| index ae6026fc1cfdaaefca42e3cfa52b87f0da47d92b..9d5eb83fce495d04b64e1c588ca8702b6c2f1057 100644
|
| --- a/content/browser/renderer_host/input/mock_input_router_client.cc
|
| +++ b/content/browser/renderer_host/input/mock_input_router_client.cc
|
| @@ -42,7 +42,8 @@ void MockInputRouterClient::IncrementInFlightEventCount(
|
| ++in_flight_event_count_;
|
| }
|
|
|
| -void MockInputRouterClient::DecrementInFlightEventCount() {
|
| +void MockInputRouterClient::DecrementInFlightEventCount(
|
| + InputEventAckLocation location) {
|
| --in_flight_event_count_;
|
| }
|
|
|
|
|