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

Unified Diff: ui/gfx/gl/gl_context.cc

Issue 8698008: This change adds the apple software renderer as an option on Chrome/Mac. It's enabled by passing... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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_context.cc
===================================================================
--- ui/gfx/gl/gl_context.cc (revision 113194)
+++ ui/gfx/gl/gl_context.cc (working copy)
@@ -76,6 +76,7 @@
case kGLImplementationEGLGLES2:
return true;
case kGLImplementationOSMesaGL:
+ case kGLImplementationAppleGL:
return false;
case kGLImplementationMockGL:
return false;

Powered by Google App Engine
This is Rietveld 408576698