Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1327)

Unified Diff: content/common/view_messages.h

Issue 12457043: Android implementation of WebAudio audio file decoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698