Index: src/ports/SkFontConfigTypeface.h |
diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h |
index d207f088ae05911a7f06a8df720247dc19a312be..a6dc6cae7984ec7a2d8ca12264c37623c339fc9e 100644 |
--- a/src/ports/SkFontConfigTypeface.h |
+++ b/src/ports/SkFontConfigTypeface.h |
@@ -48,7 +48,7 @@ protected: |
: INHERITED(style, SkTypefaceCache::NewFontID(), false) |
, fIdentity(fi) |
, fFamilyName(familyName) |
- , fLocalStream(NULL) {} |
+ , fLocalStream(nullptr) {} |
FontConfigTypeface(const SkFontStyle& style, bool fixedWidth, SkStreamAsset* localStream) |
: INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) |