| Index: src/gpu/gl/GrGLVertexArray.h
|
| diff --git a/src/gpu/gl/GrGLVertexArray.h b/src/gpu/gl/GrGLVertexArray.h
|
| index afb23c5d204281c3703cc6e9835b352ea91763ed..66bc14297e5f815e979a0a3ac27086b15e14cffc 100644
|
| --- a/src/gpu/gl/GrGLVertexArray.h
|
| +++ b/src/gpu/gl/GrGLVertexArray.h
|
| @@ -137,7 +137,7 @@ public:
|
| GrGLVertexArray(GrGLint id, int attribCount);
|
|
|
| /**
|
| - * Binds this vertex array. If the ID has been deleted or abandoned then NULL is returned.
|
| + * Binds this vertex array. If the ID has been deleted or abandoned then nullptr is returned.
|
| * Otherwise, the GrGLAttribArrayState that is tracking this vertex array's attrib bindings is
|
| * returned.
|
| */
|
|
|