Chromium Code Reviews| Index: ui/gfx/gl/gl_implementation.h |
| =================================================================== |
| --- ui/gfx/gl/gl_implementation.h (revision 113194) |
| +++ ui/gfx/gl/gl_implementation.h (working copy) |
| @@ -23,6 +23,7 @@ |
| kGLImplementationNone, |
| kGLImplementationDesktopGL, |
| kGLImplementationOSMesaGL, |
| + kGLImplementationAppleGL, |
| kGLImplementationEGLGLES2, |
| kGLImplementationMockGL |
| }; |