| 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..90a657c7e87e543d3a37e6933933fde83694eb03 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,
|
| + GLES2Implementation::kNoLimit)) {
|
| return EGL_NO_CONTEXT;
|
| }
|
|
|
|
|