diff options
Diffstat (limited to 'gpu/command_buffer/tests/gl_manager.cc')
-rw-r--r-- | gpu/command_buffer/tests/gl_manager.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc index 4568c53..4a69a14 100644 --- a/gpu/command_buffer/tests/gl_manager.cc +++ b/gpu/command_buffer/tests/gl_manager.cc @@ -133,7 +133,8 @@ void GLManager::Initialize(const GLManager::Options& options) { gpu_control_.reset( new GpuControlService(decoder_->GetContextGroup()->image_manager(), - options.gpu_memory_buffer_factory)); + options.gpu_memory_buffer_factory, + decoder_->GetContextGroup()->mailbox_manager())); gpu_scheduler_.reset(new GpuScheduler(command_buffer_.get(), decoder_.get(), |