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