| Index: gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc b/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
|
| index e426794d819597f3a4ce188b667b9952ee99e424..fc78349a20c6e4099c5ed18c7afd6a4a1d058f5f 100644
|
| --- a/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
|
| +++ b/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
|
| @@ -33,7 +33,7 @@ class GLCopyTexImage2DWorkaroundTest : public testing::TestWithParam<GLenum> {
|
| command_line.AppendSwitchASCII(
|
| switches::kGpuDriverBugWorkarounds,
|
| base::IntToString(gpu::USE_INTERMEDIARY_FOR_COPY_TEXTURE_IMAGE));
|
| - gl_.InitializeWithCommandLine(GLManager::Options(), &command_line);
|
| + gl_.InitializeWithCommandLine(GLManager::Options(), command_line);
|
| gl_.set_use_iosurface_memory_buffers(true);
|
| DCHECK(gl_.workarounds().use_intermediary_for_copy_texture_image);
|
| }
|
|
|