Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 6848e4ce60c1ae22b606d09db268f911835d8c6d..7b72fc7cc58172335c916af64ce743425cf3a90a 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -868,6 +868,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 */) |