| Index: ui/gl/init/gl_factory.h
|
| diff --git a/ui/gl/init/gl_factory.h b/ui/gl/init/gl_factory.h
|
| index be8b2441c46e65604ece9b0d7cd7affff69b62d8..fad4fad757729e523a2e6bc3366973a0995fe83e 100644
|
| --- a/ui/gl/init/gl_factory.h
|
| +++ b/ui/gl/init/gl_factory.h
|
| @@ -38,7 +38,7 @@ GL_INIT_EXPORT bool InitializeGLOneOffImplementation(GLImplementation impl,
|
| bool disable_gl_drawing);
|
|
|
| // Clears GL bindings and resets GL implementation.
|
| -GL_INIT_EXPORT void ClearGLBindings();
|
| +GL_INIT_EXPORT void ShutdownGL();
|
|
|
| // Return information about the GL window system binding implementation (e.g.,
|
| // EGL, GLX, WGL). Returns true if the information was retrieved successfully.
|
|
|