| Index: components/display_compositor/gl_helper_unittest.cc
|
| diff --git a/components/display_compositor/gl_helper_unittest.cc b/components/display_compositor/gl_helper_unittest.cc
|
| index d45663054a4c16daa0967925e1a6403eab3cb6b3..88c614ab5b820c19f0f63b5b13965f77d27539cb 100644
|
| --- a/components/display_compositor/gl_helper_unittest.cc
|
| +++ b/components/display_compositor/gl_helper_unittest.cc
|
| @@ -74,7 +74,8 @@ class GLHelperTest : 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();
|
|
|
|
|