| Index: ui/gfx/gl/gl_switches.cc
|
| ===================================================================
|
| --- ui/gfx/gl/gl_switches.cc (revision 113194)
|
| +++ ui/gfx/gl/gl_switches.cc (working copy)
|
| @@ -8,6 +8,7 @@
|
|
|
| const char kGLImplementationDesktopName[] = "desktop";
|
| const char kGLImplementationOSMesaName[] = "osmesa";
|
| +const char kGLImplementationAppleName[] = "apple";
|
| const char kGLImplementationEGLName[] = "egl";
|
| const char kGLImplementationSwiftShaderName[] = "swiftshader";
|
| const char kGLImplementationMockName[] = "mock";
|
|
|