| 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 2c4816465c6ec519823af5912b2323f137135b7a..82a01f014b1e48666e20d9f71dfdb9749f1a40bf 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -198,7 +198,9 @@ void GLManager::Initialize(const GLManager::Options& options) {
|
| ASSERT_TRUE(gles2_implementation_->Initialize(
|
| kStartTransferBufferSize,
|
| kMinTransferBufferSize,
|
| - kMaxTransferBufferSize)) << "Could not init GLES2Implementation";
|
| + kMaxTransferBufferSize,
|
| + gpu::gles2::GLES2Implementation::kNoLimit))
|
| + << "Could not init GLES2Implementation";
|
|
|
| MakeCurrent();
|
| }
|
|
|