Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index a511d018458f6b00d2ba3efb4c1f5cc308fbadf2..c34977e2b9f57f87cf96d7bc4f5a8c2453f0bd88 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -114,9 +114,10 @@ IPC_STRUCT_TRAITS_BEGIN(content::InputEventAck) |
IPC_STRUCT_TRAITS_END() |
// Sends an input event to the render widget. |
-IPC_MESSAGE_ROUTED2(InputMsg_HandleInputEvent, |
+IPC_MESSAGE_ROUTED3(InputMsg_HandleInputEvent, |
IPC::WebInputEventPointer /* event */, |
- ui::LatencyInfo /* latency_info */) |
+ ui::LatencyInfo /* latency_info */, |
+ bool /* passive */) |
// Sends the cursor visibility state to the render widget. |
IPC_MESSAGE_ROUTED1(InputMsg_CursorVisibilityChange, |