| Index: media/base/android/video_decoder_job.h
|
| diff --git a/media/base/android/video_decoder_job.h b/media/base/android/video_decoder_job.h
|
| index 36f70d830b97807b4828cd7883f00d243bf7b7a6..00a8e6f2cc676f387a00ffd645c830c4b956c852 100644
|
| --- a/media/base/android/video_decoder_job.h
|
| +++ b/media/base/android/video_decoder_job.h
|
| @@ -43,6 +43,7 @@ class VideoDecoderJob : public MediaDecoderJob {
|
| // MediaDecoderJob implementation.
|
| void ReleaseOutputBuffer(
|
| int output_buffer_index,
|
| + size_t offset,
|
| size_t size,
|
| bool render_output,
|
| base::TimeDelta current_presentation_timestamp,
|
|
|