| Index: tools/PictureRenderingFlags.h
|
| diff --git a/tools/PictureRenderingFlags.h b/tools/PictureRenderingFlags.h
|
| index 29215ac7e126ea960564a1ae04dc9ee96db90993..9f0ee7943222285c7318404699a3d13311b67d52 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);
|
|
|
|
|