| Index: content/common/gpu/gpu_channel_manager.cc
|
| ===================================================================
|
| --- content/common/gpu/gpu_channel_manager.cc (revision 206508)
|
| +++ content/common/gpu/gpu_channel_manager.cc (working copy)
|
| @@ -291,7 +291,7 @@
|
| gfx::GLSurface* GpuChannelManager::GetDefaultOffscreenSurface() {
|
| if (!default_offscreen_surface_.get()) {
|
| default_offscreen_surface_ =
|
| - gfx::GLSurface::CreateOffscreenGLSurface(false, gfx::Size(1, 1));
|
| + gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size(1, 1));
|
| }
|
| return default_offscreen_surface_.get();
|
| }
|
|
|