| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 8525e9493c8beaddc27ec67702d3fdf2b3a7fc80..9da753e7bbbb6aa621727f6e958562ba3433dd42 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -975,10 +975,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_ExtractSmartClipData,
|
| gfx::Rect /* rect */)
|
|
|
| #elif defined(OS_MACOSX)
|
| -// Let the RenderView know its window has changed visibility.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_SetWindowVisibility,
|
| - bool /* visibile */)
|
| -
|
| // Let the RenderView know its window's frame has changed.
|
| IPC_MESSAGE_ROUTED2(ViewMsg_WindowFrameChanged,
|
| gfx::Rect /* window frame */,
|
| @@ -995,6 +991,10 @@ IPC_MESSAGE_ROUTED2(ViewMsg_PluginImeCompositionCompleted,
|
| int /* plugin_id */)
|
| #endif
|
|
|
| +// Let the RenderView know its window has changed visibility.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_SetWindowVisibility,
|
| + bool /* visibile */)
|
| +
|
| // Sent by the browser as a reply to ViewHostMsg_SwapCompositorFrame.
|
| IPC_MESSAGE_ROUTED2(ViewMsg_SwapCompositorFrameAck,
|
| uint32 /* output_surface_id */,
|
|
|