Index: content/common/gpu/media/v4l2_image_processor.h |
diff --git a/content/common/gpu/media/v4l2_image_processor.h b/content/common/gpu/media/v4l2_image_processor.h |
index f396b0b3a7800fca88cacca490a0e31629e87dc2..5b8069d31a8340d8a1b0be521ba6eb1f1c28f2e6 100644 |
--- a/content/common/gpu/media/v4l2_image_processor.h |
+++ b/content/common/gpu/media/v4l2_image_processor.h |
@@ -133,8 +133,8 @@ class CONTENT_EXPORT V4L2ImageProcessor { |
size_t input_planes_count_; |
size_t output_planes_count_; |
- // Our original calling message loop for the child thread. |
- const scoped_refptr<base::MessageLoopProxy> child_message_loop_proxy_; |
+ // Our original calling task runner for the child thread. |
+ const scoped_refptr<base::SingleThreadTaskRunner> child_task_runner_; |
// V4L2 device in use. |
scoped_refptr<V4L2Device> device_; |