| Index: gpu/command_buffer/tests/es3_misc_functions_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/es3_misc_functions_unittest.cc b/gpu/command_buffer/tests/es3_misc_functions_unittest.cc
|
| index 634bf1de8f3afeb3dd0191d7171883bc2b07c0ff..7cd3a4fc1ca9939844bd05976451a3c3eab350d1 100644
|
| --- a/gpu/command_buffer/tests/es3_misc_functions_unittest.cc
|
| +++ b/gpu/command_buffer/tests/es3_misc_functions_unittest.cc
|
| @@ -26,7 +26,7 @@ class OpenGLES3FunctionTest : public testing::Test {
|
| command_line.AppendSwitch(switches::kEnableUnsafeES3APIs);
|
| GLManager::Options options;
|
| options.context_type = gles2::CONTEXT_TYPE_OPENGLES3;
|
| - gl_.InitializeWithCommandLine(options, &command_line);
|
| + gl_.InitializeWithCommandLine(options, command_line);
|
| }
|
| void TearDown() override { gl_.Destroy(); }
|
| bool IsApplicable() const { return gl_.IsInitialized(); }
|
|
|