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 34e486392e9bb5513d495b2751df748939242733..ed72c01af7504cd59fb8c04148e45f89cf89b410 100644 |
--- a/gpu/gles2_conform_support/egl/display.cc |
+++ b/gpu/gles2_conform_support/egl/display.cc |
@@ -113,6 +113,7 @@ 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())); |