Index: src/core/SkImageGeneratorPriv.h |
diff --git a/src/core/SkImageGeneratorPriv.h b/src/core/SkImageGeneratorPriv.h |
index 5d018bcb79cfd4d803a74529155f52fc980ab293..bf035967a2eb2ad008e8ef4babde67b79b02327e 100644 |
--- a/src/core/SkImageGeneratorPriv.h |
+++ b/src/core/SkImageGeneratorPriv.h |
@@ -17,7 +17,7 @@ |
* the generator. If it succeeds, it will modify destination |
* bitmap. |
* |
- * If generator is NULL, will safely return false. |
+ * If generator is nullptr, will safely return false. |
* |
* If this fails or when the SkDiscardablePixelRef that is |
* installed into destination is destroyed, it will call |
@@ -27,8 +27,8 @@ |
* @param destination Upon success, this bitmap will be |
* configured and have a pixelref installed. |
* |
- * @param factory If not NULL, this object will be used as a |
- * source of discardable memory when decoding. If NULL, then |
+ * @param factory If not nullptr, this object will be used as a |
+ * source of discardable memory when decoding. If nullptr, then |
* SkDiscardableMemory::Create() will be called. |
* |
* @return true iff successful. |