Index: app/gfx/gl/gl_context_linux.cc |
=================================================================== |
--- app/gfx/gl/gl_context_linux.cc (revision 71473) |
+++ app/gfx/gl/gl_context_linux.cc (working copy) |
@@ -188,8 +188,8 @@ |
return true; |
static const GLImplementation kAllowedGLImplementations[] = { |
+ kGLImplementationEGLGLES2, |
kGLImplementationDesktopGL, |
- kGLImplementationEGLGLES2, |
kGLImplementationOSMesaGL |
}; |