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

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 575d481296753d154e7f1a14219d95429e78c270..ec83a3f643e1d06c0412b04723c0ec6e87c930d1 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2217,9 +2217,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
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/common/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698