| Index: src/pdf/SkPDFResourceDict.h
|
| diff --git a/src/pdf/SkPDFResourceDict.h b/src/pdf/SkPDFResourceDict.h
|
| index 291377903ff1deeb242f78384b2669afbbe41d9e..698823b36ceda8c10bc0fdf14e7c4c6bf1345a5c 100644
|
| --- a/src/pdf/SkPDFResourceDict.h
|
| +++ b/src/pdf/SkPDFResourceDict.h
|
| @@ -34,7 +34,7 @@ public:
|
| * The full set of ProcSet entries is automatically created for backwards
|
| * compatibility, as recommended by the PDF spec.
|
| *
|
| - * Any arguments can be NULL.
|
| + * Any arguments can be nullptr.
|
| */
|
| static SkPDFDict* Create(
|
| const SkTDArray<SkPDFObject*>* gStateResources,
|
|
|