| Index: ui/gl/gl_glx_api_implementation.cc
|
| diff --git a/ui/gl/gl_glx_api_implementation.cc b/ui/gl/gl_glx_api_implementation.cc
|
| index d638701a9d38c7ae5ef1b475641dd6655e3ca178..01734bb70875174263e00950f2808a6aeea93161 100644
|
| --- a/ui/gl/gl_glx_api_implementation.cc
|
| +++ b/ui/gl/gl_glx_api_implementation.cc
|
| @@ -27,7 +27,7 @@ void InitializeDebugGLBindingsGLX() {
|
| g_driver_glx.InitializeDebugBindings();
|
| }
|
|
|
| -void ClearGLBindingsGLX() {
|
| +void ClearBindingsGLX() {
|
| if (g_real_glx) {
|
| delete g_real_glx;
|
| g_real_glx = NULL;
|
|
|