Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: ui/gfx/gl/gl_implementation.h

Issue 7967020: Implement --use-gl=any (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698