| Index: content/browser/renderer_host/render_widget_host_unittest.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_unittest.cc (revision 104238)
|
| +++ content/browser/renderer_host/render_widget_host_unittest.cc (working copy)
|
| @@ -268,9 +268,7 @@
|
|
|
| void SendInputEventACK(WebInputEvent::Type type, bool processed) {
|
| scoped_ptr<IPC::Message> response(
|
| - new ViewHostMsg_HandleInputEvent_ACK(0));
|
| - response->WriteInt(type);
|
| - response->WriteBool(processed);
|
| + new ViewHostMsg_HandleInputEvent_ACK(0, type, processed));
|
| host_->OnMessageReceived(*response);
|
| }
|
|
|
|
|