| Index: components/display_compositor/yuv_readback_unittest.cc
|
| diff --git a/components/display_compositor/yuv_readback_unittest.cc b/components/display_compositor/yuv_readback_unittest.cc
|
| index 91f1d2fbdad55f3615ece29ad17f3cd4987d69de..88d1805807d922bfd58b26251554e2466ebb4e9e 100644
|
| --- a/components/display_compositor/yuv_readback_unittest.cc
|
| +++ b/components/display_compositor/yuv_readback_unittest.cc
|
| @@ -46,7 +46,8 @@ class YUVReadbackTest : public testing::Test {
|
| nullptr, /* share_context */
|
| attributes, gpu::SharedMemoryLimits(),
|
| nullptr, /* gpu_memory_buffer_manager */
|
| - nullptr /* image_factory */));
|
| + nullptr, /* image_factory */
|
| + nullptr /* task_runner */));
|
| gl_ = context_->GetImplementation();
|
| gpu::ContextSupport* support = context_->GetImplementation();
|
|
|
|
|