| Index: gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc
|
| ===================================================================
|
| --- gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc (revision 206508)
|
| +++ gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc (working copy)
|
| @@ -102,8 +102,7 @@
|
|
|
| virtual void Init() OVERRIDE {
|
| gfx::GLShareGroup* share_group = NULL;
|
| - bool software = false;
|
| - surface_ = new gfx::PbufferGLSurfaceEGL(software, gfx::Size(1,1));
|
| + surface_ = new gfx::PbufferGLSurfaceEGL(gfx::Size(1, 1));
|
| surface_->Initialize();
|
| context_ = gfx::GLContext::CreateGLContext(
|
| share_group, surface_.get(), gfx::PreferDiscreteGpu);
|
|
|