Index: src/sfnt/SkOTUtils.h |
diff --git a/src/sfnt/SkOTUtils.h b/src/sfnt/SkOTUtils.h |
index e1db048b1877a10b09ac85c4873d0195672cc7d6..1773e69ab6c38222e4d040be757f08488e706b4c 100644 |
--- a/src/sfnt/SkOTUtils.h |
+++ b/src/sfnt/SkOTUtils.h |
@@ -23,7 +23,7 @@ struct SkOTUtils { |
/** |
* Renames an sfnt font. On failure (invalid data or not an sfnt font) |
- * returns NULL. |
+ * returns nullptr. |
* |
* Essentially, this removes any existing 'name' table and replaces it |
* with a new one in which FontFamilyName, FontSubfamilyName, |
@@ -50,7 +50,7 @@ struct SkOTUtils { |
{ } |
/** Creates an iterator over all the family names in the 'name' table of a typeface. |
- * If no valid 'name' table can be found, returns NULL. |
+ * If no valid 'name' table can be found, returns nullptr. |
*/ |
static LocalizedStrings_NameTable* CreateForFamilyNames(const SkTypeface& typeface); |