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 8a925c8548f207cbe8d117278fa48a7e43a4e88e..fdad315c93a6a3325eade1eb4e3681892b4b6f81 100644 |
--- a/gpu/command_buffer/tests/gl_clear_framebuffer_unittest.cc |
+++ b/gpu/command_buffer/tests/gl_clear_framebuffer_unittest.cc |
@@ -31,7 +31,7 @@ class GLClearFramebufferTest : public testing::TestWithParam<bool> { |
void SetUp() override { |
if (GetParam()) { |
// Force the glClear() workaround so we can test it here. |
- CommandLine command_line(base::CommandLine::NO_PROGRAM); |
+ 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); |