| Index: content/renderer/media/android/audio_decoder_android.cc
|
| diff --git a/content/renderer/media/android/audio_decoder_android.cc b/content/renderer/media/android/audio_decoder_android.cc
|
| index bb3e7687a14135f5d02f1efc2f3219101ce854b7..21c978ebb8283662fbc298903154751f4ac3bdcd 100644
|
| --- a/content/renderer/media/android/audio_decoder_android.cc
|
| +++ b/content/renderer/media/android/audio_decoder_android.cc
|
| @@ -503,7 +503,7 @@ static bool TryWAVEFileDecoder(blink::WebAudioBus* destination_bus,
|
| // of a pipe. The MediaCodec class will decode the data from the
|
| // shared memory and write the PCM samples back to us over a pipe.
|
| bool DecodeAudioFileData(blink::WebAudioBus* destination_bus, const char* data,
|
| - size_t data_size, double sample_rate,
|
| + size_t data_size,
|
| scoped_refptr<ThreadSafeSender> sender) {
|
| // Try to decode the data as a WAVE file first. If it can't be
|
| // decoded, use MediaCodec. See crbug.com/259048.
|
|
|