Index: bench/CmapBench.cpp |
diff --git a/bench/CmapBench.cpp b/bench/CmapBench.cpp |
index 10591ed410c6133158177e260a6fb92a5f9d330f..5bec50652efbbbccdf7a9e0aa4f0005028bc3224 100644 |
--- a/bench/CmapBench.cpp |
+++ b/bench/CmapBench.cpp |
@@ -58,7 +58,7 @@ static void charsToGlyphsNull_proc(int loops, const SkPaint& paint, const void* |
SkTypeface* face = paint.getTypeface(); |
for (int i = 0; i < loops; ++i) { |
- face->charsToGlyphs(text, encoding, NULL, glyphCount); |
+ face->charsToGlyphs(text, encoding, nullptr, glyphCount); |
} |
} |