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

Unified Diff: webkit/media/audio_decoder.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 | « webkit/media/android/audio_decoder_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/audio_decoder.h
diff --git a/webkit/media/audio_decoder.h b/webkit/media/audio_decoder.h
index fec049d4254662a348f0e06b51614e24e885c20e..6ec6886e32a8760099912f0c0400b67fe5ddef34 100644
--- a/webkit/media/audio_decoder.h
+++ b/webkit/media/audio_decoder.h
@@ -24,7 +24,9 @@ bool DecodeAudioFileData(WebKit::WebAudioBus* destination_bus, const char* data,
size_t data_size, double sample_rate);
#else
-typedef base::Callback<void (base::SharedMemoryHandle, base::FileDescriptor)>
+typedef base::Callback<void (base::SharedMemoryHandle,
+ base::FileDescriptor,
+ size_t)>
WebAudioMediaCodecRunner;
bool DecodeAudioFileData(WebKit::WebAudioBus* destination_bus, const char* data,
« no previous file with comments | « webkit/media/android/audio_decoder_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698