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 1e00a02..1da8d67 100644 --- a/gpu/command_buffer/tests/gl_manager.cc +++ b/gpu/command_buffer/tests/gl_manager.cc @@ -174,7 +174,8 @@ void GLManager::Initialize(const GLManager::Options& options) { new GpuControlService(decoder_->GetContextGroup()->image_manager(), options.gpu_memory_buffer_factory, decoder_->GetContextGroup()->mailbox_manager(), - decoder_->GetQueryManager())); + decoder_->GetQueryManager(), + decoder_->GetCapabilities())); command_buffer_->SetPutOffsetChangeCallback( base::Bind(&GLManager::PumpCommands, base::Unretained(this))); |