Index: content/gpu/gpu_main.cc |
=================================================================== |
--- content/gpu/gpu_main.cc (revision 206508) |
+++ content/gpu/gpu_main.cc (working copy) |
@@ -308,7 +308,7 @@ |
#if defined(OS_LINUX) |
void CreateDummyGlContext() { |
scoped_refptr<gfx::GLSurface> surface( |
- gfx::GLSurface::CreateOffscreenGLSurface(false, gfx::Size(1, 1))); |
+ gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size(1, 1))); |
if (!surface.get()) { |
VLOG(1) << "gfx::GLSurface::CreateOffscreenGLSurface failed"; |
return; |