| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index e37622cd140f61f85896c6f6429a9b69f52fc9b1..a2976b16bdbce4b7b8d01c2703f4663fd4831ee4 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1397,6 +1397,10 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SelectPopupMenuItems,
|
| bool /* user canceled the popup */,
|
| std::vector<int> /* selected indices */)
|
|
|
| +// Tells the renderer to try to revert to the zoom level we were at before
|
| +// ViewMsg_ScrollFocusedEditableNodeIntoView was called.
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_UndoScrollFocusedEditableNodeIntoView)
|
| +
|
| #elif defined(OS_MACOSX)
|
| // Let the RenderView know its window has changed visibility.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetWindowVisibility,
|
|
|