Chromium Code Reviews| Index: content/common/gpu/media/vaapi_video_encode_accelerator.h |
| diff --git a/content/common/gpu/media/vaapi_video_encode_accelerator.h b/content/common/gpu/media/vaapi_video_encode_accelerator.h |
| index c70f26fb7c287aec97167993c10f5dbce3b29d3a..695c87eb73741c5599ca63069484762fcec51a9d 100644 |
| --- a/content/common/gpu/media/vaapi_video_encode_accelerator.h |
| +++ b/content/common/gpu/media/vaapi_video_encode_accelerator.h |
| @@ -150,7 +150,7 @@ class CONTENT_EXPORT VaapiVideoEncodeAccelerator |
| // VaapiWrapper is the owner of all HW resources (surfaces and buffers) |
| // and will free them on destruction. |
| - scoped_ptr<VaapiWrapper> vaapi_wrapper_; |
| + scoped_refptr<VaapiWrapper> vaapi_wrapper_; |
|
Pawel Osciak
2015/11/16 04:24:35
Is this change needed?
william.xie1
2015/11/16 08:07:26
Dear Pawel,
This change is for compile error as sc
william.xie1
2015/11/16 08:07:26
Done.
|
| // Input profile and sizes. |
| media::VideoCodecProfile profile_; |