| 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 5c9885089186b13c82111d082ef51adbbac51b0a..e981ab8eac7ec0a71a60072cafa72081537e2e6f 100644
|
| --- a/media/base/android/video_decoder_job.h
|
| +++ b/media/base/android/video_decoder_job.h
|
| @@ -48,6 +48,7 @@ class VideoDecoderJob : public MediaDecoderJob {
|
| int output_buffer_index,
|
| size_t size,
|
| bool render_output,
|
| + base::TimeDelta current_presentation_timestamp,
|
| const ReleaseOutputCompletionCallback& callback) OVERRIDE;
|
|
|
| virtual bool ComputeTimeToRender() const OVERRIDE;
|
|
|