| 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 54ff6459e7eb847ab0cfdad92d71ed06baa8a671..47c14d213cf7eab30b15deb65ef9bc0f49c2ad66 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -194,7 +194,8 @@ void GLManager::Initialize(const GLManager::Options& options) {
|
| ASSERT_TRUE(gles2_implementation_->Initialize(
|
| kStartTransferBufferSize,
|
| kMinTransferBufferSize,
|
| - kMaxTransferBufferSize)) << "Could not init GLES2Implementation";
|
| + kMaxTransferBufferSize,
|
| + GLES2Implementation::kNoLimit)) << "Could not init GLES2Implementation";
|
|
|
| MakeCurrent();
|
| }
|
|
|