Chromium Code Reviews| Index: gpu/command_buffer/tests/gl_manager.cc |
| diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc |
| index 4fad23e6bb695888e39feee3eeda04a2643342ae..45589b62c8f4bc535ba293e491f53f12a00de162 100644 |
| --- a/gpu/command_buffer/tests/gl_manager.cc |
| +++ b/gpu/command_buffer/tests/gl_manager.cc |
| @@ -98,6 +98,7 @@ void GLManager::Setup( |
| if (!context_group) { |
| context_group = new gles2::ContextGroup(mailbox_manager_.get(), |
| + NULL, |
| kBindGeneratesResource); |
| } |