| Index: ui/gl/gl_egl_api_implementation.cc
|
| diff --git a/ui/gl/gl_egl_api_implementation.cc b/ui/gl/gl_egl_api_implementation.cc
|
| index 991605eaaaaede0a009414c48d54b47c65c64cbb..aa3ed1813cff3bcd48dbe6764917d6d653f979e9 100644
|
| --- a/ui/gl/gl_egl_api_implementation.cc
|
| +++ b/ui/gl/gl_egl_api_implementation.cc
|
| @@ -45,7 +45,7 @@ void InitializeDebugGLBindingsEGL() {
|
| g_driver_egl.InitializeDebugBindings();
|
| }
|
|
|
| -void ClearGLBindingsEGL() {
|
| +void ClearBindingsEGL() {
|
| if (g_real_egl) {
|
| delete g_real_egl;
|
| g_real_egl = NULL;
|
|
|