aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureRenderingFlags.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/PictureRenderingFlags.h')
-rw-r--r--tools/PictureRenderingFlags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/PictureRenderingFlags.h b/tools/PictureRenderingFlags.h
index 29215ac7e1..9f0ee79432 100644
--- a/tools/PictureRenderingFlags.h
+++ b/tools/PictureRenderingFlags.h
@@ -26,7 +26,7 @@ enum PictureTool {
* @param error If there is an error or warning, it will be stored in error.
* @param tool Which tool is being used.
* @return PictureRenderer A PictureRenderer with the settings specified
- * on the command line, or NULL if the command line is invalid.
+ * on the command line, or nullptr if the command line is invalid.
*/
sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);