Index: gpu/gles2_conform_support/egl/display.cc |
=================================================================== |
--- gpu/gles2_conform_support/egl/display.cc (revision 134729) |
+++ gpu/gles2_conform_support/egl/display.cc (working copy) |
@@ -87,7 +87,7 @@ |
if (!command_buffer->Initialize()) |
return NULL; |
- gpu::gles2::ContextGroup::Ref group(new gpu::gles2::ContextGroup(true)); |
+ gpu::gles2::ContextGroup::Ref group(new gpu::gles2::ContextGroup(NULL, true)); |
decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get())); |
if (!decoder_.get()) |