| Index: gpu/config/gpu_info_collector.cc
|
| ===================================================================
|
| --- gpu/config/gpu_info_collector.cc (revision 206508)
|
| +++ gpu/config/gpu_info_collector.cc (working copy)
|
| @@ -22,7 +22,7 @@
|
|
|
| scoped_refptr<gfx::GLSurface> InitializeGLSurface() {
|
| scoped_refptr<gfx::GLSurface> surface(
|
| - gfx::GLSurface::CreateOffscreenGLSurface(false, gfx::Size(1, 1)));
|
| + gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size(1, 1)));
|
| if (!surface.get()) {
|
| LOG(ERROR) << "gfx::GLContext::CreateOffscreenGLSurface failed";
|
| return NULL;
|
|
|