diff options
Diffstat (limited to 'gpu/command_buffer/tests')
-rw-r--r-- | gpu/command_buffer/tests/gl_manager.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc index f4f6c36..c4b84a2 100644 --- a/gpu/command_buffer/tests/gl_manager.cc +++ b/gpu/command_buffer/tests/gl_manager.cc @@ -70,7 +70,6 @@ void GLManager::Initialize(const GLManager::Options& options) { const size_t kStartTransferBufferSize = 4 * 1024 * 1024; const size_t kMinTransferBufferSize = 1 * 256 * 1024; const size_t kMaxTransferBufferSize = 16 * 1024 * 1024; - const bool kShareResources = true; context_lost_allowed_ = options.context_lost_allowed; @@ -200,7 +199,6 @@ void GLManager::Initialize(const GLManager::Options& options) { gles2_helper_.get(), client_share_group, transfer_buffer_.get(), - kShareResources, options.bind_generates_resource, options.image_factory)); |