diff options
Diffstat (limited to 'gpu/gles2_conform_support')
-rw-r--r-- | gpu/gles2_conform_support/egl/display.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc index ed72c01..34e48639 100644 --- a/gpu/gles2_conform_support/egl/display.cc +++ b/gpu/gles2_conform_support/egl/display.cc @@ -113,7 +113,6 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config, gpu::gles2::ContextGroup::Ref group(new gpu::gles2::ContextGroup(NULL, NULL, - NULL, true)); decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get())); |