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

Unified Diff: content/common/view_messages.h

Issue 14522002: Handle decoding of vorbis files better on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 d84c00d114deceb7d6dc480989d288b1cc4c2794..cd7a562f341233900db66e0f5fbbb9661d60183a 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2219,9 +2219,10 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_ImeBatchStateChanged_ACK,
bool /* is_begin */)
// This message runs the MediaCodec for decoding audio for webaudio.
-IPC_MESSAGE_CONTROL2(ViewHostMsg_RunWebAudioMediaCodec,
+IPC_MESSAGE_CONTROL3(ViewHostMsg_RunWebAudioMediaCodec,
base::SharedMemoryHandle /* encoded_data_handle */,
- base::FileDescriptor /* pcm_output */)
+ 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

Powered by Google App Engine
This is Rietveld 408576698