Index: src/core/SkGlyph.h |
diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h |
index 469985959cc867d825d31810a57556bb13c2da3f..c747995ed065b174f4adbe4c029999655e7eb471 100644 |
--- a/src/core/SkGlyph.h |
+++ b/src/core/SkGlyph.h |
@@ -131,8 +131,8 @@ class SkGlyph { |
void initCommon(uint32_t id) { |
fID = id; |
- fImage = NULL; |
- fPath = NULL; |
+ fImage = nullptr; |
+ fPath = nullptr; |
fMaskFormat = MASK_FORMAT_UNKNOWN; |
fForceBW = 0; |
} |