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_|. |
Ami GONE FROM CHROMIUM
2014/03/17 03:17:54
No point in having weak_this_ anymore, is there?
(
sheu
2014/03/18 22:38:35
Careful what you wish for. It's threading all the
|
+ base::WeakPtrFactory<V4L2VideoDecodeAccelerator> weak_this_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(V4L2VideoDecodeAccelerator); |
}; |