| Index: ui/gl/init/gl_factory.h
|
| diff --git a/ui/gl/init/gl_factory.h b/ui/gl/init/gl_factory.h
|
| index 003b56d8a28237228cef191cfc8998aeae82e7df..37542fb917616ceba8284d407bcb4a7d667ef2ef 100644
|
| --- a/ui/gl/init/gl_factory.h
|
| +++ b/ui/gl/init/gl_factory.h
|
| @@ -45,7 +45,7 @@ GL_INIT_EXPORT bool GetGLWindowSystemBindingInfo(
|
| GLWindowSystemBindingInfo* info);
|
|
|
| // Creates a GL context that is compatible with the given surface.
|
| -// |share_group|, if non-NULL, is a group of contexts which the internally
|
| +// |share_group|, if non-null, is a group of contexts which the internally
|
| // created OpenGL context shares textures and other resources.
|
| GL_INIT_EXPORT scoped_refptr<GLContext> CreateGLContext(
|
| GLShareGroup* share_group,
|
|
|