Index: ui/gfx/gl/gl_implementation_mac.cc |
=================================================================== |
--- ui/gfx/gl/gl_implementation_mac.cc (revision 86648) |
+++ ui/gfx/gl/gl_implementation_mac.cc (working copy) |
@@ -31,10 +31,6 @@ |
return false; |
} |
- // osmesa.so is located in: |
- // Contents/Versions/<vers>/Chromium Framework.framework/Libraries |
- module_path = module_path.DirName().Append("Libraries"); |
- |
// When using OSMesa, just use OSMesaGetProcAddress to find entry points. |
base::NativeLibrary library = base::LoadNativeLibrary( |
module_path.Append("osmesa.so"), NULL); |