| Index: components/display_compositor/gl_helper_benchmark.cc
|
| diff --git a/components/display_compositor/gl_helper_benchmark.cc b/components/display_compositor/gl_helper_benchmark.cc
|
| index bf1cbb5428aacab29d37296e2481ccff134c6c94..7750ce4026a4aba462afd19dcd721e229321eee3 100644
|
| --- a/components/display_compositor/gl_helper_benchmark.cc
|
| +++ b/components/display_compositor/gl_helper_benchmark.cc
|
| @@ -74,7 +74,7 @@ class GLHelperBenchmark : 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();
|
|
|
|
|