| Index: media/base/android/audio_decoder_job.h
|
| diff --git a/media/base/android/audio_decoder_job.h b/media/base/android/audio_decoder_job.h
|
| index 0a7523fa7786f5715225cb43db98538ccc194436..ba374869f0142d8674e18f34067c2278804bdc08 100644
|
| --- a/media/base/android/audio_decoder_job.h
|
| +++ b/media/base/android/audio_decoder_job.h
|
| @@ -43,6 +43,7 @@ class AudioDecoderJob : public MediaDecoderJob {
|
| // MediaDecoderJob implementation.
|
| void ReleaseOutputBuffer(
|
| int output_buffer_index,
|
| + size_t offset,
|
| size_t size,
|
| bool render_output,
|
| base::TimeDelta current_presentation_timestamp,
|
|
|