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

Unified Diff: content/common/gpu/image_transport_surface_mac.cc

Issue 12326013: mac content shell drt: Do not force the mesa gl implementation. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | content/shell/shell_main_delegate.cc » ('j') | content/shell/shell_main_delegate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/image_transport_surface_mac.cc
diff --git a/content/common/gpu/image_transport_surface_mac.cc b/content/common/gpu/image_transport_surface_mac.cc
index 7db1d8cf9140a342e2de18419360a040b93461de..7152df63696cc2b3f0ec9771b24e3d9f5ca807e8 100644
--- a/content/common/gpu/image_transport_surface_mac.cc
+++ b/content/common/gpu/image_transport_surface_mac.cc
@@ -436,7 +436,7 @@ scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateSurface(
}
break;
default:
- NOTREACHED();
+ NOTREACHED() << gfx::GetGLImplementation();
Ken Russell (switch to Gerrit) 2013/02/26 20:25:29 This could be more descriptive.
return NULL;
}
}
« no previous file with comments | « no previous file | content/shell/shell_main_delegate.cc » ('j') | content/shell/shell_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698