| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 8db2f7d22f0e96318ca43f01ef4a7e429e0bc4ff..e8c4450da06b86a820cb91d00a4b722be2a757cb 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1278,9 +1278,8 @@ IPC_MESSAGE_ROUTED3(ViewMsg_UpdateTopControlsState,
|
|
|
| IPC_MESSAGE_ROUTED0(ViewMsg_ShowImeIfNeeded)
|
|
|
| -// Sent by the browser when the display vsync signal was triggered and the
|
| -// renderer should generate a new frame.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_DidVSync,
|
| +// Sent by the browser when the renderer should generate a new frame.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_BeginChildFrame,
|
| base::TimeTicks /* frame_time */)
|
|
|
| #elif defined(OS_MACOSX)
|
| @@ -2247,10 +2246,10 @@ IPC_MESSAGE_CONTROL3(ViewHostMsg_RunWebAudioMediaCodec,
|
| base::FileDescriptor /* pcm_output */,
|
| size_t /* data_size*/)
|
|
|
| -// Sent by renderer to request a ViewMsg_VSync message for upcoming display
|
| -// vsync events. If |enabled| is true, the vsync message will continue to be be
|
| -// delivered until the notification is disabled.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_SetVSyncNotificationEnabled,
|
| +// Sent by renderer to request a ViewMsg_BeginChildFrame message for upcoming
|
| +// display events. If |enabled| is true, the BeginChildFrame message will
|
| +// continue to be be delivered until the notification is disabled.
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_SetNeedsBeginChildFrame,
|
| bool /* enabled */)
|
|
|
| #elif defined(OS_MACOSX)
|
|
|