Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: src/sfnt/SkOTUtils.h

Issue 1316233002: Style Change: NULL->nullptr (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-27 (Thursday) 10:25:06 EDT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/sfnt/SkOTTable_name.cpp ('k') | src/sfnt/SkOTUtils.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « src/sfnt/SkOTTable_name.cpp ('k') | src/sfnt/SkOTUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698