Index: ui/gl/gl_context_x11.cc |
diff --git a/ui/gl/gl_context_x11.cc b/ui/gl/gl_context_x11.cc |
index dd5e3b8fc05c20aece33d28b82dd67f92ffead72..b17364de1d2e57e4145191be20da3e91e43a858c 100644 |
--- a/ui/gl/gl_context_x11.cc |
+++ b/ui/gl/gl_context_x11.cc |
@@ -35,8 +35,7 @@ |
return context; |
} |
- case kGLImplementationDesktopGL: |
- case kGLImplementationDesktopGLCoreProfile: { |
+ case kGLImplementationDesktopGL: { |
scoped_refptr<GLContext> context(new GLContextGLX(share_group)); |
if (!context->Initialize(compatible_surface, gpu_preference)) |
return NULL; |