Chromium Code Reviews| Index: ui/gfx/gl/gl_switches.cc |
| =================================================================== |
| --- ui/gfx/gl/gl_switches.cc (revision 102160) |
| +++ ui/gfx/gl/gl_switches.cc (working copy) |
| @@ -9,6 +9,7 @@ |
| const char kGLImplementationDesktopName[] = "desktop"; |
| const char kGLImplementationOSMesaName[] = "osmesa"; |
| const char kGLImplementationEGLName[] = "egl"; |
| +const char kGLImplementationAnyName[] = "any"; |
| const char kGLImplementationMockName[] = "mock"; |
| } // namespace gfx |