| 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 f7d21fa3ca43f615ebd99568eabd09883e040e30..89df71c474ae18a3e3894b9090d1a10fa1c083ae 100644
|
| --- a/components/display_compositor/gl_helper_benchmark.cc
|
| +++ b/components/display_compositor/gl_helper_benchmark.cc
|
| @@ -72,7 +72,7 @@ class GLHelperBenchmark : public testing::Test {
|
| gfx::kNullAcceleratedWidget, /* window */
|
| gfx::Size(1, 1), /* size */
|
| nullptr, /* share_context */
|
| - attributes, gfx::PreferDiscreteGpu, gpu::SharedMemoryLimits(),
|
| + attributes, gl::PreferDiscreteGpu, gpu::SharedMemoryLimits(),
|
| nullptr, /* gpu_memory_buffer_manager */
|
| nullptr /* image_factory */));
|
| gl_ = context_->GetImplementation();
|
|
|