| Index: gpu/gles2_conform_support/egl/thread_state.cc
|
| diff --git a/gpu/gles2_conform_support/egl/thread_state.cc b/gpu/gles2_conform_support/egl/thread_state.cc
|
| index 0a7f77dc8e6f39ca42da47577bdcf5509bd88548..f347e166ab9e192805d3357c124a07a006760fe9 100644
|
| --- a/gpu/gles2_conform_support/egl/thread_state.cc
|
| +++ b/gpu/gles2_conform_support/egl/thread_state.cc
|
| @@ -81,7 +81,8 @@ egl::ThreadState* ThreadState::Get() {
|
| if (!command_line->HasSwitch(switches::kDisableGpuDriverBugWorkarounds)) {
|
| gpu::GPUInfo gpu_info;
|
| gpu::CollectBasicGraphicsInfo(&gpu_info);
|
| - gpu::ApplyGpuDriverBugWorkarounds(gpu_info, command_line);
|
| + gpu::ApplyGpuDriverBugWorkarounds(gpu_info, std::string(),
|
| + command_line);
|
| }
|
|
|
| gl::init::InitializeGLOneOff();
|
|
|