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

Unified Diff: content/browser/renderer_host/render_message_filter.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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 36e015e50e51dcbd17cae9c91bf8e94e730a1d76..85414468bfa8916f748ea3ec1234e2441ea8de29 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -262,7 +262,8 @@ class RenderMessageFilter : public BrowserMessageFilter {
#if defined(OS_ANDROID)
void OnWebAudioMediaCodec(base::SharedMemoryHandle encoded_data_handle,
- base::FileDescriptor pcm_output);
+ base::FileDescriptor pcm_output,
+ size_t data_size);
#endif
// Cached resource request dispatcher host and plugin service, guaranteed to
« no previous file with comments | « no previous file | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698