| Index: ui/gl/gl_implementation_android.cc
|
| diff --git a/ui/gl/gl_implementation_android.cc b/ui/gl/gl_implementation_android.cc
|
| index 254c037d4f625d4348b707ed990d7629ee85edfc..052f48f1a38953cccccb336395202fc7e91c9e9d 100644
|
| --- a/ui/gl/gl_implementation_android.cc
|
| +++ b/ui/gl/gl_implementation_android.cc
|
| @@ -38,7 +38,7 @@ base::NativeLibrary LoadLibrary(const char* filename) {
|
| return LoadLibrary(FilePath(filename));
|
| }
|
|
|
| -} // namespace anonymous
|
| +} // namespace
|
|
|
| void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
|
| impls->push_back(kGLImplementationEGLGLES2);
|
|
|