diff options
Diffstat (limited to 'ui/gfx/gl/gl_surface_mac.cc')
-rw-r--r-- | ui/gfx/gl/gl_surface_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_surface_mac.cc b/ui/gfx/gl/gl_surface_mac.cc index 40b7f03..aeb3366 100644 --- a/ui/gfx/gl/gl_surface_mac.cc +++ b/ui/gfx/gl/gl_surface_mac.cc @@ -78,7 +78,7 @@ scoped_refptr<GLSurface> GLSurface::CreateOffscreenGLSurface( } case kGLImplementationDesktopGL: case kGLImplementationAppleGL: { - scoped_refptr<GLSurface> surface(new PbufferGLSurfaceCGL(size)); + scoped_refptr<GLSurface> surface(new NoOpGLSurfaceCGL(size)); if (!surface->Initialize()) return NULL; |