| Index: ui/gl/gl_implementation.h
|
| diff --git a/ui/gl/gl_implementation.h b/ui/gl/gl_implementation.h
|
| index 628fc1fde951d1f5449fe5551250c3d9bed038b9..0881e10b32d378887da20aa30c0ebb3fef96e711 100644
|
| --- a/ui/gl/gl_implementation.h
|
| +++ b/ui/gl/gl_implementation.h
|
| @@ -47,7 +47,7 @@ GL_EXPORT bool InitializeStaticGLBindings(GLImplementation implementation);
|
| // Initialize function bindings that depend on the context for a GL
|
| // implementation.
|
| GL_EXPORT bool InitializeDynamicGLBindings(GLImplementation implementation,
|
| - GLContext* context);
|
| + GLContext* context);
|
|
|
| // Initialize Debug logging wrappers for GL bindings.
|
| void InitializeDebugGLBindings();
|
|
|