Index: gpu/command_buffer/tests/gl_clear_framebuffer_unittest.cc |
diff --git a/gpu/command_buffer/tests/gl_clear_framebuffer_unittest.cc b/gpu/command_buffer/tests/gl_clear_framebuffer_unittest.cc |
index 496b3efd69e64fd23c7f523aea4998e0140b9054..b4404091da21de443fc43bc2d45a5eb61b5ba343 100644 |
--- a/gpu/command_buffer/tests/gl_clear_framebuffer_unittest.cc |
+++ b/gpu/command_buffer/tests/gl_clear_framebuffer_unittest.cc |
@@ -35,7 +35,7 @@ class GLClearFramebufferTest : public testing::TestWithParam<bool> { |
base::CommandLine command_line(base::CommandLine::NO_PROGRAM); |
command_line.AppendSwitchASCII(switches::kGpuDriverBugWorkarounds, |
base::IntToString(gpu::GL_CLEAR_BROKEN)); |
- gl_.InitializeWithCommandLine(GLManager::Options(), &command_line); |
+ gl_.InitializeWithCommandLine(GLManager::Options(), command_line); |
DCHECK(gl_.workarounds().gl_clear_broken); |
} else { |
gl_.Initialize(GLManager::Options()); |