| Index: gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc
|
| ===================================================================
|
| --- gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc (revision 206508)
|
| +++ gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc (working copy)
|
| @@ -99,7 +99,7 @@
|
| return;
|
| }
|
|
|
| - surface_ = gfx::GLSurface::CreateOffscreenGLSurface(false, gfx::Size(1, 1));
|
| + surface_ = gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size(1, 1));
|
| if (!surface_.get()) {
|
| LOG(ERROR) << "Unable to create GLSurface";
|
| caller_wait->Signal();
|
|
|