| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 6811f77ec7ca84d728bd9bf969e66b7fa5166d75..56baba6a1a2385696283b457ae0d0b12faac9225 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1315,6 +1315,9 @@ IPC_MESSAGE_ROUTED1(ViewMsg_BeginFrame,
|
| // processed on the browser side.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_ImeEventAck)
|
|
|
| +// Sent by the browser when we should pause video playback.
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_PauseVideo);
|
| +
|
| #elif defined(OS_MACOSX)
|
| // Let the RenderView know its window has changed visibility.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetWindowVisibility,
|
|
|