Chromium Code Reviews| Index: gpu/command_buffer/tests/fuzzer_main.cc |
| diff --git a/gpu/command_buffer/tests/fuzzer_main.cc b/gpu/command_buffer/tests/fuzzer_main.cc |
| index 52c26e596c0c3d98d97d18ce1f79695c4d124e52..4f8b2a833df2b0b7b2d4d9e247efe25c4877338d 100644 |
| --- a/gpu/command_buffer/tests/fuzzer_main.cc |
| +++ b/gpu/command_buffer/tests/fuzzer_main.cc |
| @@ -92,7 +92,7 @@ class CommandBufferSetup { |
| command_buffer_id_(CommandBufferId::FromUnsafeValue(1)) { |
| logging::SetMinLogLevel(logging::LOG_FATAL); |
| base::CommandLine::Init(0, NULL); |
| - gpu_preferences_.enable_unsafe_es3_apis = true; |
| + gpu_preferences_.enable_es3_apis = true; |
|
piman
2016/11/03 21:58:29
nit: you made it the default, so that's not needed
Kai Ninomiya
2016/11/03 22:10:06
Done.
|
| gl::GLSurfaceTestSupport::InitializeOneOffWithMockBindings(); |