| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index e97443e3f9da98f9d22b06be138675f7bc43bb36..20d1f3a18f3a0f94445a7f04d6c2ee35dac6ec6b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -869,6 +869,9 @@ IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret)
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ForceRedraw,
|
| int /* request_id */)
|
|
|
| +// Let renderer know begin frame messages won't be sent even if requested.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_SetBeginFramePaused, bool /* paused */)
|
| +
|
| // Sent by the browser when the renderer should generate a new frame.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_BeginFrame,
|
| cc::BeginFrameArgs /* args */)
|
|
|