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

Unified Diff: site/dev/testing/fonts.md

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 | « site/dev/contrib/style.md ('k') | site/user/api/skpaint.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/testing/fonts.md
diff --git a/site/dev/testing/fonts.md b/site/dev/testing/fonts.md
index 317ee9f1fa9d146e9f16f0904aeb102b4e1a4ede..cf1eec6d96c0ea28a5c4ad948a1bbbba48aca831 100644
--- a/site/dev/testing/fonts.md
+++ b/site/dev/testing/fonts.md
@@ -70,7 +70,7 @@ Each gm specifies the typeface to use when drawing text. For now, to set the
portable typeface on the paint, call:
~~~~
-sk_tool_utils::set_portable_typeface(SkPaint* , const char* name = NULL,
+sk_tool_utils::set_portable_typeface(SkPaint* , const char* name = nullptr,
SkTypeface::Style style = SkTypeface::kNormal );
~~~~
« no previous file with comments | « site/dev/contrib/style.md ('k') | site/user/api/skpaint.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698