aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/CmapBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/CmapBench.cpp')
-rw-r--r--bench/CmapBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/CmapBench.cpp b/bench/CmapBench.cpp
index 10591ed410..5bec50652e 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);
}
}