| Index: ui/gl/gl_implementation_osmesa.cc
|
| diff --git a/ui/gl/gl_implementation_osmesa.cc b/ui/gl/gl_implementation_osmesa.cc
|
| index f090735ca849581e816f9430fae32933a7a4093c..129a25d4010da659542953b4209fd4870425036a 100644
|
| --- a/ui/gl/gl_implementation_osmesa.cc
|
| +++ b/ui/gl/gl_implementation_osmesa.cc
|
| @@ -17,7 +17,7 @@ namespace gfx {
|
|
|
| // Load a library, printing an error message on failure.
|
| base::NativeLibrary LoadLibrary(const base::FilePath& filename) {
|
| - std::string error;
|
| + base::NativeLibraryLoadError error = 0;
|
| base::NativeLibrary library = base::LoadNativeLibrary(filename, &error);
|
| if (!library) {
|
| DVLOG(1) << "Failed to load " << filename.MaybeAsASCII() << ": " << error;
|
|
|