Index: src/gpu/GrAtlasTextBlob.h |
diff --git a/src/gpu/GrAtlasTextBlob.h b/src/gpu/GrAtlasTextBlob.h |
index 2c8aa57238786323e6d3daac3d486c4a30e49b52..4232043fe33de6044254ed9b4be432904eb7921c 100644 |
--- a/src/gpu/GrAtlasTextBlob.h |
+++ b/src/gpu/GrAtlasTextBlob.h |
@@ -93,7 +93,7 @@ struct GrAtlasTextBlob : public SkRefCnt { |
} |
// Distance field text cannot draw coloremoji, and so has to fall back. However, |
// though the distance field text and the coloremoji may share the same run, they |
- // will have different descriptors. If fOverrideDescriptor is non-NULL, then it |
+ // will have different descriptors. If fOverrideDescriptor is non-nullptr, then it |
// will be used in place of the run's descriptor to regen texture coords |
// TODO we could have a descriptor cache, it would reduce the size of these blobs |
// significantly, and then the subrun could just have a refed pointer to the |