| Index: gpu/command_buffer/client/gl_in_process_context.cc
|
| diff --git a/gpu/command_buffer/client/gl_in_process_context.cc b/gpu/command_buffer/client/gl_in_process_context.cc
|
| index f7780473b6bbb9c53c86673f9f2b19782496d9dd..f97099ae9785bd73b86857c658ed1719240492df 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.cc
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.cc
|
| @@ -260,7 +260,8 @@ bool GLInProcessContextImpl::Initialize(
|
| if (!gles2_implementation_->Initialize(
|
| kStartTransferBufferSize,
|
| kMinTransferBufferSize,
|
| - kMaxTransferBufferSize)) {
|
| + kMaxTransferBufferSize,
|
| + gles2::GLES2Implementation::kNoLimit)) {
|
| return false;
|
| }
|
|
|
|
|