| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| index e635670156d7435e4afca5ca9f0762e8b81d1fa6..6f7566c379a34faf329897e652147416b9b2a143 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -84,8 +84,8 @@ class GpuVideoDecodeAccelerator
|
| // Unowned pointer to the underlying GpuCommandBufferStub.
|
| base::WeakPtr<GpuCommandBufferStub> stub_;
|
|
|
| - // Pointer to the underlying VideoDecodeAccelerator.
|
| - scoped_refptr<media::VideoDecodeAccelerator> video_decode_accelerator_;
|
| + // The underlying VideoDecodeAccelerator.
|
| + scoped_ptr<media::VideoDecodeAccelerator> video_decode_accelerator_;
|
|
|
| // Callback for making the relevant context current for GL calls.
|
| // Returns false if failed.
|
|
|