Index: tools/picture_utils.h |
diff --git a/tools/picture_utils.h b/tools/picture_utils.h |
index b72f9d7b41aa12f3cbda4378a72151ebc64af1a5..1373020a5b294db7851edd02fb91c9cf928bbeac 100644 |
--- a/tools/picture_utils.h |
+++ b/tools/picture_utils.h |
@@ -39,7 +39,7 @@ namespace sk_tools { |
* |
* @param bm the bitmap to record |
* @param dirPath directory within which to write the image file |
- * @param subdirOrNull subdirectory within dirPath, or NULL to just write into dirPath |
+ * @param subdirOrNull subdirectory within dirPath, or nullptr to just write into dirPath |
* @param baseName last part of the filename |
* |
* @return true if written out successfully |