| Index: ui/gl/gl_gl_api_implementation.cc
|
| diff --git a/ui/gl/gl_gl_api_implementation.cc b/ui/gl/gl_gl_api_implementation.cc
|
| index 68b91713a2da5d5fab44773d65ce5029d9a8f002..265bd31f2bc2b86b83c0a4bd79bc1ceaf372cf25 100644
|
| --- a/ui/gl/gl_gl_api_implementation.cc
|
| +++ b/ui/gl/gl_gl_api_implementation.cc
|
| @@ -449,7 +449,7 @@ bool SetNullDrawGLBindingsEnabledGL(bool enabled) {
|
| return g_driver_gl.SetNullDrawBindingsEnabled(enabled);
|
| }
|
|
|
| -void ClearGLBindingsGL() {
|
| +void ClearBindingsGL() {
|
| if (g_real_gl) {
|
| delete g_real_gl;
|
| g_real_gl = NULL;
|
|
|