| Index: content/browser/renderer_host/input/immediate_input_router_unittest.cc
|
| diff --git a/content/browser/renderer_host/input/immediate_input_router_unittest.cc b/content/browser/renderer_host/input/immediate_input_router_unittest.cc
|
| index 7807c59544880cfb67fdcf1217187d52ae43582d..ed725ee1a10a7cd75a767bb38ac243fc601da61e 100644
|
| --- a/content/browser/renderer_host/input/immediate_input_router_unittest.cc
|
| +++ b/content/browser/renderer_host/input/immediate_input_router_unittest.cc
|
| @@ -362,7 +362,8 @@ class ImmediateInputRouterTest : public testing::Test {
|
| void SendInputEventACK(WebInputEvent::Type type,
|
| InputEventAckState ack_result) {
|
| scoped_ptr<IPC::Message> response(
|
| - new InputHostMsg_HandleInputEvent_ACK(0, type, ack_result));
|
| + new InputHostMsg_HandleInputEvent_ACK(0, type, ack_result,
|
| + ui::LatencyInfo()));
|
| input_router_->OnMessageReceived(*response);
|
| }
|
|
|
|
|