Index: src/codec/SkJpegCodec.h |
diff --git a/src/codec/SkJpegCodec.h b/src/codec/SkJpegCodec.h |
index fac7d96075eacb6be2a5a49ebc5f9786c3ffbde0..ce4fe56d58e552d70d2965e44e5924da4616c455 100644 |
--- a/src/codec/SkJpegCodec.h |
+++ b/src/codec/SkJpegCodec.h |
@@ -74,12 +74,12 @@ private: |
* Returns a bool representing success or failure. |
* |
* @param codecOut |
- * If this returns true, and codecOut was not NULL, |
+ * If this returns true, and codecOut was not nullptr, |
* codecOut will be set to a new SkJpegCodec. |
* |
* @param decoderMgrOut |
- * If this returns true, and codecOut was NULL, |
- * decoderMgrOut must be non-NULL and decoderMgrOut will be set to a new |
+ * If this returns true, and codecOut was nullptr, |
+ * decoderMgrOut must be non-nullptr and decoderMgrOut will be set to a new |
* JpegDecoderMgr pointer. |
* |
* @param stream |