summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/tests/gl_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/tests/gl_manager.cc')
-rw-r--r--gpu/command_buffer/tests/gl_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
index e78328b..f4f6c36 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -133,6 +133,7 @@ void GLManager::Initialize(const GLManager::Options& options) {
context_group = new gles2::ContextGroup(mailbox_manager_.get(),
options.image_manager,
NULL,
+ NULL,
options.bind_generates_resource);
}