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

Unified Diff: app/gfx/gl/gl_implementation_mac.cc

Issue 6325005: Relanding r71472.... Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « app/gfx/gl/gl_implementation_linux.cc ('k') | app/gfx/gl/gl_implementation_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gl/gl_implementation_mac.cc
===================================================================
--- app/gfx/gl/gl_implementation_mac.cc (revision 71474)
+++ app/gfx/gl/gl_implementation_mac.cc (working copy)
@@ -35,7 +35,7 @@
base::NativeLibrary library = base::LoadNativeLibrary(
module_path.Append("osmesa.so"));
if (!library) {
- DVLOG(1) << "osmesa.so not found";
+ VLOG(1) << "osmesa.so not found";
return false;
}
« no previous file with comments | « app/gfx/gl/gl_implementation_linux.cc ('k') | app/gfx/gl/gl_implementation_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698