Chromium Code Reviews| Index: ui/gfx/gl/gl_implementation.h |
| =================================================================== |
| --- ui/gfx/gl/gl_implementation.h (revision 102160) |
| +++ ui/gfx/gl/gl_implementation.h (working copy) |
| @@ -21,7 +21,8 @@ |
| kGLImplementationDesktopGL, |
| kGLImplementationOSMesaGL, |
| kGLImplementationEGLGLES2, |
| - kGLImplementationMockGL |
| + kGLImplementationMockGL, |
| + kGLImplementationAny |
|
alokp
2011/09/27 15:55:48
This does not seem right. "use-gl=any" is not an i
Zhenyao Mo
2011/09/27 18:01:56
Done.
|
| }; |
| #if defined(OS_WIN) |