Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index c87ff495a051340307cda2ef180a4421f39f2cc6..0ca060d31de702996a16026b1a2d2684e3f611ae 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -2335,6 +2335,12 @@ IPC_MESSAGE_ROUTED5(ViewHostMsg_UpdateFrameInfo, |
| IPC_MESSAGE_ROUTED1(ViewHostMsg_ImeBatchStateChanged_ACK, |
| bool /* is_begin */) |
| +// This message runs the MediaCodec for decoding audio for webaudio. |
| +IPC_MESSAGE_CONTROL2(ViewHostMsg_WebAudioMediaCodec, |
| + base::SharedMemoryHandle /* encoded audio mem */, |
| + base::FileDescriptor /* FD where pcm data is sent */) |
| + |
|
bulach
2013/03/28 13:39:25
nit: extra \n
|
| + |
| #elif defined(OS_MACOSX) |
| // Request that the browser load a font into shared memory for us. |
| IPC_SYNC_MESSAGE_CONTROL1_3(ViewHostMsg_LoadFont, |