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 0c6a4930714de29f9a10d33975255dc90d011f26..46eb3c4a2a43f133ad07bc8defff0cff5fa4c1c9 100644 |
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.h |
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h |
@@ -426,6 +426,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); |
}; |