| Index: gpu/gles2_conform_support/egl/display.cc
|
| diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
|
| index 66934bb90101b261b8d14f47d9c13dd360da9f88..7de9e3618f84e044e83c70e99daefea46b14faa3 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -234,7 +234,8 @@ EGLContext Display::CreateContext(EGLConfig config,
|
| if (!context_->Initialize(
|
| kTransferBufferSize,
|
| kTransferBufferSize / 2,
|
| - kTransferBufferSize * 2)) {
|
| + kTransferBufferSize * 2,
|
| + gpu::gles2::GLES2Implementation::kNoLimit)) {
|
| return EGL_NO_CONTEXT;
|
| }
|
|
|
|
|