| 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 d3dbc083aca221818b8905b8fbe658e014957c58..bc07faeafbca9f2c229f7bea67c5b2873c4dbd57 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -112,6 +112,7 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config,
|
| std::vector<int32> attribs;
|
| if (!decoder_->Initialize(gl_surface_.get(),
|
| gl_context_.get(),
|
| + gl_surface_->IsOffscreen(),
|
| gfx::Size(),
|
| gpu::gles2::DisallowedFeatures(),
|
| NULL,
|
|
|