Index: ui/gfx/gl/gl_context_mac.mm |
=================================================================== |
--- ui/gfx/gl/gl_context_mac.mm (revision 113194) |
+++ ui/gfx/gl/gl_context_mac.mm (working copy) |
@@ -40,7 +40,8 @@ |
GLSurface* compatible_surface, |
GpuPreference gpu_preference) { |
switch (GetGLImplementation()) { |
- case kGLImplementationDesktopGL: { |
+ case kGLImplementationDesktopGL: |
+ case kGLImplementationAppleGL: { |
scoped_refptr<GLContext> context; |
#if defined(USE_AURA) |
if (compatible_surface->IsOffscreen()) |