Index: media/base/android/media_codec_audio_decoder.h |
diff --git a/media/base/android/media_codec_audio_decoder.h b/media/base/android/media_codec_audio_decoder.h |
index 53bb664f6018b833e4fa5f571c12051c8ad727c9..cb144666e5771c91c8e321b70117bc1653294d0d 100644 |
--- a/media/base/android/media_codec_audio_decoder.h |
+++ b/media/base/android/media_codec_audio_decoder.h |
@@ -44,6 +44,7 @@ class MediaCodecAudioDecoder : public MediaCodecDecoder { |
ConfigStatus ConfigureInternal() override; |
void OnOutputFormatChanged() override; |
void Render(int buffer_index, |
+ size_t offset, |
size_t size, |
bool render_output, |
base::TimeDelta pts, |