Index: src/codec/SkCodec_libgif.h |
diff --git a/src/codec/SkCodec_libgif.h b/src/codec/SkCodec_libgif.h |
index 109020b5cf6c06c2f774fcd97f925e383cef4e6e..df0108895150d393a47e6831bf584965a3c36f6b 100644 |
--- a/src/codec/SkCodec_libgif.h |
+++ b/src/codec/SkCodec_libgif.h |
@@ -38,12 +38,12 @@ protected: |
* Returns a bool representing success or failure. |
* |
* @param codecOut |
- * If it returned true, and codecOut was not NULL, |
+ * If it returned true, and codecOut was not nullptr, |
* codecOut will be set to a new SkGifCodec. |
* |
* @param gifOut |
- * If it returned true, and codecOut was NULL, |
- * gifOut must be non-NULL and gifOut will be set to a new |
+ * If it returned true, and codecOut was nullptr, |
+ * gifOut must be non-nullptr and gifOut will be set to a new |
* GifFileType pointer. |
* |
* @param stream |