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

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 875f731fda826ee4f82cb03b80bb8c50137259f0..ca8d9fceac26c70368430ff500aeebf2e4bcb91d 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2308,9 +2308,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