Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index c87ff495a051340307cda2ef180a4421f39f2cc6..2fe6bd9dfb535724b73d9d02f80c377d2f51294d 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -2335,6 +2335,11 @@ 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, |
bulach
2013/04/02 11:05:11
nit: I think the message name should contain a ver
|
+ base::SharedMemoryHandle /* encoded audio mem */, |
palmer
2013/04/02 18:01:08
Usually, these comments use descriptive, real vari
|
+ base::FileDescriptor /* FD where pcm data is sent */) |
+ |
#elif defined(OS_MACOSX) |
// Request that the browser load a font into shared memory for us. |
IPC_SYNC_MESSAGE_CONTROL1_3(ViewHostMsg_LoadFont, |