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