| Index: ui/ozone/platform/x11/gl_ozone_glx.cc
|
| diff --git a/ui/ozone/platform/x11/gl_ozone_glx.cc b/ui/ozone/platform/x11/gl_ozone_glx.cc
|
| index 3ed91f9258bb7d5ae94c5cbabda59e56f40486e4..102b2f833aae8222160534b50fc05c0c234ab0a8 100644
|
| --- a/ui/ozone/platform/x11/gl_ozone_glx.cc
|
| +++ b/ui/ozone/platform/x11/gl_ozone_glx.cc
|
| @@ -72,9 +72,9 @@ void GLOzoneGLX::InitializeDebugGLBindings() {
|
| gl::InitializeDebugGLBindingsGLX();
|
| }
|
|
|
| -void GLOzoneGLX::ClearGLBindings() {
|
| - gl::ClearGLBindingsGL();
|
| - gl::ClearGLBindingsGLX();
|
| +void GLOzoneGLX::ShutdownGL() {
|
| + gl::ClearBindingsGL();
|
| + gl::ClearBindingsGLX();
|
| }
|
|
|
| bool GLOzoneGLX::GetGLWindowSystemBindingInfo(
|
|
|