aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/picture_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/picture_utils.h')
-rw-r--r--tools/picture_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/picture_utils.h b/tools/picture_utils.h
index b72f9d7b41..1373020a5b 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