| 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 5193d586e9d86bbef8bc66e9f8a7f36315758f73..aef2cc53c8050025b01cee81c167d69b35386c15 100644
|
| --- a/media/base/android/video_decoder_job.h
|
| +++ b/media/base/android/video_decoder_job.h
|
| @@ -55,6 +55,8 @@ class VideoDecoderJob : public MediaDecoderJob {
|
| const ReleaseOutputCompletionCallback& callback) OVERRIDE;
|
| virtual bool ComputeTimeToRender() const OVERRIDE;
|
| virtual void UpdateDemuxerConfigs(const DemuxerConfigs& configs) OVERRIDE;
|
| + virtual bool IsCodecReconfigureNeeded(
|
| + const DemuxerConfigs& configs) const OVERRIDE;
|
| virtual bool AreDemuxerConfigsChanged(
|
| const DemuxerConfigs& configs) const OVERRIDE;
|
| virtual bool CreateMediaCodecBridgeInternal() OVERRIDE;
|
|
|