| 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..d1b6ca4826ded25c8811d84e198f5d3a3697b18e 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -113,7 +113,7 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config,
|
| return NULL;
|
|
|
| scoped_refptr<gpu::gles2::ContextGroup> group(
|
| - new gpu::gles2::ContextGroup(NULL, NULL, NULL, NULL, true));
|
| + new gpu::gles2::ContextGroup(NULL, NULL, NULL, true));
|
|
|
| decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get()));
|
| if (!decoder_.get())
|
|
|