| Index: gpu/gles2_conform_support/egl/context.cc
|
| diff --git a/gpu/gles2_conform_support/egl/context.cc b/gpu/gles2_conform_support/egl/context.cc
|
| index 7993e19e992958182f81a7c5861d744dd7139013..8dc05b0b03fdd6f25666a86a7e5fe9964e81cf79 100644
|
| --- a/gpu/gles2_conform_support/egl/context.cc
|
| +++ b/gpu/gles2_conform_support/egl/context.cc
|
| @@ -326,7 +326,7 @@ bool Context::CreateService(gl::GLSurface* gl_surface) {
|
| new gpu::gles2::GLES2Implementation(
|
| gles2_cmd_helper_.get(), nullptr, transfer_buffer_.get(),
|
| kBindGeneratesResources, kLoseContextWhenOutOfMemory,
|
| - kSupportClientSideArrays, this));
|
| + kSupportClientSideArrays, this, nullptr));
|
|
|
| if (!context->Initialize(kTransferBufferSize, kTransferBufferSize / 2,
|
| kTransferBufferSize * 2,
|
|
|