Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index dd9759bb47189b98ce993b27335acf4d77a12b07..8974994f94b23240c5a5b51a90af3c639414c7f0 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -383,7 +383,7 @@ |
#if defined(OS_LINUX) |
void CreateDummyGlContext() { |
scoped_refptr<gfx::GLSurface> surface( |
- gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size())); |
+ gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size(1, 1))); |
if (!surface.get()) { |
VLOG(1) << "gfx::GLSurface::CreateOffscreenGLSurface failed"; |
return; |