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 1d3fea61bb0f8b83a48f8d2928a6a0a56250d09e..6eb6eab444575478d334d41f6d73762f4c9255b0 100644 |
--- a/gpu/gles2_conform_support/egl/display.cc |
+++ b/gpu/gles2_conform_support/egl/display.cc |
@@ -230,7 +230,8 @@ EGLContext Display::CreateContext(EGLConfig config, |
NULL, |
transfer_buffer_.get(), |
share_resources, |
- true)); |
+ true, |
+ NULL)); |
if (!context_->Initialize( |
kTransferBufferSize, |