| 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 cdbfc9f47c3f8828899a4f96f5011cb4f536353e..16fdd820d692401ee1e55735a07022854ca5a14f 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.cc
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.cc
|
| @@ -289,7 +289,8 @@ bool GLInProcessContextImpl::Initialize(
|
| if (!gles2_implementation_->Initialize(
|
| kStartTransferBufferSize,
|
| kMinTransferBufferSize,
|
| - kMaxTransferBufferSize)) {
|
| + kMaxTransferBufferSize,
|
| + GLES2Implementation::kNoLimit)) {
|
| return false;
|
| }
|
|
|
|
|