| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index c12bef8fe3b889ec08144588f68a3f3f04e59ab9..4a34d2a72e629b2e6a97e4b2fe32c2a23268c990 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1158,8 +1158,9 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_Blur)
|
| // webpage. The first parameter says whether the newly focused element needs
|
| // keyboard input (true for textfields, text areas and content editable divs).
|
| // The second parameter is the node bounds relative to RenderWidgetHostView.
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_FocusedNodeChanged,
|
| +IPC_MESSAGE_ROUTED3(ViewHostMsg_FocusedNodeChanged,
|
| bool /* is_editable_node */,
|
| + bool /* is_plugin_node */,
|
| gfx::Rect /* node_bounds */)
|
|
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor, content::WebCursor)
|
|
|