| Index: media/gpu/android_video_decode_accelerator.h
|
| diff --git a/media/gpu/android_video_decode_accelerator.h b/media/gpu/android_video_decode_accelerator.h
|
| index ac799e107890c2051b0160bbaa3e6d1519e311b1..0cf5918b85b8a3406640ad96464d96e00e3633fd 100644
|
| --- a/media/gpu/android_video_decode_accelerator.h
|
| +++ b/media/gpu/android_video_decode_accelerator.h
|
| @@ -212,9 +212,6 @@ class MEDIA_GPU_EXPORT AndroidVideoDecodeAccelerator
|
| // software when autodetecting can sometimes hang mediaserver.
|
| bool allow_autodetection_ = false;
|
|
|
| - // Should we notify AVDAManager when codec configuration completes?
|
| - bool notify_completion_ = false;
|
| -
|
| protected:
|
| friend class base::RefCountedThreadSafe<CodecConfig>;
|
| virtual ~CodecConfig();
|
|
|