chromium 11.0.969.72
[chromium.git] / patches / patch-app_gfx_gl_gl__implementation__linux.cc
1 $NetBSD$
2
3 --- app/gfx/gl/gl_implementation_linux.cc.orig  2011-04-13 08:01:07.000000000 +0000
4 +++ app/gfx/gl/gl_implementation_linux.cc
5 @@ -71,7 +71,7 @@ bool InitializeGLBindings(GLImplementati
6      }
7      case kGLImplementationDesktopGL: {
8        base::NativeLibrary library = base::LoadNativeLibrary(
9 -          FilePath("libGL.so.1"));
10 +          FilePath("libGL.so"));
11        if (!library) {
12          VLOG(1) << "libGL.so.1 not found.";
13          return false;