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

Unified Diff: ui/gfx/gl/gl_bindings_skia_in_process.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
« no previous file with comments | « no previous file | ui/gfx/gl/gl_context.cc » ('j') | ui/gfx/gl/gl_context_cgl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_bindings_skia_in_process.cc
===================================================================
--- ui/gfx/gl/gl_bindings_skia_in_process.cc (revision 113194)
+++ ui/gfx/gl/gl_bindings_skia_in_process.cc (working copy)
@@ -528,6 +528,7 @@
NOTREACHED();
return NULL;
case gfx::kGLImplementationDesktopGL:
+ case gfx::kGLImplementationAppleGL:
binding = kDesktop_GrGLBinding;
break;
case gfx::kGLImplementationOSMesaGL:
« no previous file with comments | « no previous file | ui/gfx/gl/gl_context.cc » ('j') | ui/gfx/gl/gl_context_cgl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698