Index: src/core/SkAdvancedTypefaceMetrics.h |
diff --git a/src/core/SkAdvancedTypefaceMetrics.h b/src/core/SkAdvancedTypefaceMetrics.h |
index 44a6854bd5eda081ff7d09a7e5fd9cacf497af1c..b2c9ac3142d0df2fe4995b0084af2f4a6dfdccb9 100644 |
--- a/src/core/SkAdvancedTypefaceMetrics.h |
+++ b/src/core/SkAdvancedTypefaceMetrics.h |
@@ -147,9 +147,9 @@ void finishRange( |
@param num_glyphs Total number of glyphs in the given font. |
@param glyphIDs For per-glyph info, specify subset of the font by |
giving glyph ids. Each integer represents a glyph |
- id. Passing NULL means all glyphs in the font. |
+ id. Passing nullptr means all glyphs in the font. |
@param glyphIDsCount Number of elements in subsetGlyphIds. Ignored if |
- glyphIDs is NULL. |
+ glyphIDs is nullptr. |
*/ |
template <typename Data, typename FontHandle> |
SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* getAdvanceData( |