Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: src/core/SkVertState.h

Issue 1316233002: Style Change: NULL->nullptr (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-27 (Thursday) 10:25:06 EDT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/SkVarAlloc.cpp ('k') | src/core/SkVertState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « src/core/SkVarAlloc.cpp ('k') | src/core/SkVertState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698