| 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 7de9e3618f84e044e83c70e99daefea46b14faa3..87bd809ab1d9e9105661ab222dc1895b7821286a 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -165,7 +165,6 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config,
|
| gl_surface_->IsOffscreen(),
|
| size,
|
| gpu::gles2::DisallowedFeatures(),
|
| - NULL,
|
| attribs)) {
|
| return EGL_NO_SURFACE;
|
| }
|
|
|