Chromium Code Reviews| Index: gpu/gles2_conform_support/egl/display.cc |
| =================================================================== |
| --- gpu/gles2_conform_support/egl/display.cc (revision 102160) |
| +++ gpu/gles2_conform_support/egl/display.cc (working copy) |
| @@ -125,7 +125,7 @@ |
| if (!decoder_->Initialize(gl_surface_.get(), |
| gl_context_.get(), |
| gfx::Size(), |
| - gpu::gles2::DisallowedExtensions(), |
| + gpu::gles2::DisallowedFeatures(), |
| NULL, |
| attribs)) { |
| return EGL_NO_SURFACE; |