Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 4ad62ce9b57811506a61cc1b46d04c8498a692a3..6bcf8ed62f3293fe6d839e31da848f06c9df41e4 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1349,8 +1349,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. |
| +// Sent by the browser when we should pause/resume video playback. |
|
qinmin
2013/12/06 00:10:13
pause is for all the videos, and resume is only fo
|
| IPC_MESSAGE_ROUTED0(ViewMsg_PauseVideo); |
| +IPC_MESSAGE_ROUTED0(ViewMsg_ResumeVideo); |
|
qinmin
2013/12/06 00:10:13
s/ResumeVideo/ResumeFullscreenVideo/
|
| #elif defined(OS_MACOSX) |
| // Let the RenderView know its window has changed visibility. |