Index: src/core/SkVertState.h |
diff --git a/src/core/SkVertState.h b/src/core/SkVertState.h |
index ecf1773dc7adcbf914fae648ca8c76bee16db946..ab794521b08d6bb5658a9aad2881e4b9eb26aedb 100644 |
--- a/src/core/SkVertState.h |
+++ b/src/core/SkVertState.h |
@@ -22,7 +22,7 @@ struct VertState { |
/** |
* Construct a VertState from a vertex count, index array, and index count. |
- * If the vertices are unindexed pass NULL for indices. |
+ * If the vertices are unindexed pass nullptr for indices. |
*/ |
VertState(int vCount, const uint16_t indices[], int indexCount) |
: fIndices(indices) { |