| Index: ui/gfx/gl/gl_surface_mac.cc
|
| ===================================================================
|
| --- ui/gfx/gl/gl_surface_mac.cc (revision 86168)
|
| +++ ui/gfx/gl/gl_surface_mac.cc (working copy)
|
| @@ -80,7 +80,8 @@
|
| GLSurface* GLSurface::CreateOffscreenGLSurface(const gfx::Size& size) {
|
| switch (GetGLImplementation()) {
|
| case kGLImplementationOSMesaGL: {
|
| - scoped_ptr<GLSurfaceOSMesa> surface(new GLSurfaceOSMesa(size));
|
| + scoped_ptr<GLSurfaceOSMesa> surface(new GLSurfaceOSMesa(OSMESA_RGBA,
|
| + size));
|
| if (!surface->Initialize())
|
| return NULL;
|
|
|
|
|