Index: gm/textblob.cpp |
diff --git a/gm/textblob.cpp b/gm/textblob.cpp |
index 5020e7c5ef6fe5f73495f456edb76f79c5a7478c..a38215653d7b90a422f58ad894dea06458e81d21 100644 |
--- a/gm/textblob.cpp |
+++ b/gm/textblob.cpp |
@@ -76,7 +76,7 @@ protected: |
SkPaint p; |
p.setTypeface(fTypeface); |
size_t txtLen = strlen(fText); |
- int glyphCount = p.textToGlyphs(fText, txtLen, NULL); |
+ int glyphCount = p.textToGlyphs(fText, txtLen, nullptr); |
fGlyphs.append(glyphCount); |
p.textToGlyphs(fText, txtLen, fGlyphs.begin()); |