| Index: content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| index 6a191ac6dcf495890d9b98c9d86a3a207292de72..33b5dbe82a365cab091b7f963ee46552cd851703 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| @@ -434,6 +434,9 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
|
| // The codec we'll be decoding for.
|
| media::VideoCodecProfile video_profile_;
|
|
|
| + // The WeakPtrFactory for |weak_this_|.
|
| + base::WeakPtrFactory<V4L2VideoDecodeAccelerator> weak_this_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(V4L2VideoDecodeAccelerator);
|
| };
|
|
|
|
|