| Index: src/pdf/SkJpegInfo.h
|
| diff --git a/src/pdf/SkJpegInfo.h b/src/pdf/SkJpegInfo.h
|
| index 1be4c0fa669ba79f852882375156584fa62949fe..178d648a1abc7fa7985c5cd6fe7cc731748a1756 100644
|
| --- a/src/pdf/SkJpegInfo.h
|
| +++ b/src/pdf/SkJpegInfo.h
|
| @@ -19,7 +19,7 @@ struct SkJFIFInfo {
|
| };
|
|
|
| /** Returns true iff the data seems to be a valid JFIF JPEG image.
|
| - If so and if info is not NULL, populate info.
|
| + If so and if info is not nullptr, populate info.
|
|
|
| JPEG/JFIF References:
|
| http://www.w3.org/Graphics/JPEG/itu-t81.pdf
|
|
|