| Index: media/filters/gpu_video_decoder.h
|
| diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
|
| index f4c3c63c71d0ef6c1d04bfe4901a759e886d673b..338849f10211f6231141f70beb7e64bbde808f61 100644
|
| --- a/media/filters/gpu_video_decoder.h
|
| +++ b/media/filters/gpu_video_decoder.h
|
| @@ -159,7 +159,7 @@ class MEDIA_EXPORT GpuVideoDecoder
|
| scoped_refptr<Factories> factories_;
|
|
|
| // Populated during Initialize() (on success) and unchanged thereafter.
|
| - scoped_refptr<VideoDecodeAccelerator> vda_;
|
| + scoped_ptr<VideoDecodeAccelerator> vda_;
|
|
|
| // Callbacks that are !is_null() only during their respective operation being
|
| // asynchronously executed.
|
|
|