| 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 4c1c59dcf7e1ffbc03edf4380c0b3c51bfc88b24..66214107c3ee10e5fdbef3c79956aef074a8dd23 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -93,7 +93,9 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config,
|
| if (!command_buffer->Initialize())
|
| return NULL;
|
|
|
| - gpu::gles2::ContextGroup::Ref group(new gpu::gles2::ContextGroup(NULL, true));
|
| + gpu::gles2::ContextGroup::Ref group(new gpu::gles2::ContextGroup(NULL,
|
| + NULL,
|
| + true));
|
|
|
| decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get()));
|
| if (!decoder_.get())
|
|
|