| Index: media/base/android/media_decoder_job.h
|
| diff --git a/media/base/android/media_decoder_job.h b/media/base/android/media_decoder_job.h
|
| index 433e035952971b62a61485e42313466d6532444f..3dfbfdec0757a80c7f05ffa2b2ecb282a3302d94 100644
|
| --- a/media/base/android/media_decoder_job.h
|
| +++ b/media/base/android/media_decoder_job.h
|
| @@ -217,9 +217,6 @@ class MediaDecoderJob {
|
| // true, the next access unit is guarateed to be an I-frame.
|
| virtual void CurrentDataConsumed(bool is_config_change) {}
|
|
|
| - // Called when |media_codec_bridge_| is released
|
| - virtual void OnMediaCodecBridgeReleased() {}
|
| -
|
| // Implemented by the child class to create |media_codec_bridge_| for a
|
| // particular stream. Returns true if it is created, or false otherwise.
|
| virtual bool CreateMediaCodecBridgeInternal() = 0;
|
|
|