| Index: content/common/gpu/media/android_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h
|
| index 226c21d28993fd1fdcf29708cbe827a8e7023c57..46b4c7313fb624781ded4e1dd8fbb4bb86e0ffce 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.h
|
| @@ -156,6 +156,7 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator
|
| ERROR,
|
| WAITING_FOR_KEY,
|
| WAITING_FOR_EOS,
|
| + PENDING_CODEC_REINITIALIZATION,
|
| };
|
|
|
| // Configures |media_codec_| with the given codec parameters from the client.
|
|
|