| 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 a5b3f147f9d1cc4e7e223fe8de43863a0c897fe2..d3dbc083aca221818b8905b8fbe658e014957c58 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -176,6 +176,7 @@ EGLContext Display::CreateContext(EGLConfig config,
|
| bool share_resources = share_ctx != NULL;
|
| context_.reset(new gpu::gles2::GLES2Implementation(
|
| gles2_cmd_helper_.get(),
|
| + NULL,
|
| transfer_buffer_.get(),
|
| share_resources,
|
| true));
|
|
|