| Index: src/pdf/SkPDFShader.h
|
| diff --git a/src/pdf/SkPDFShader.h b/src/pdf/SkPDFShader.h
|
| index 1cc36cee1988ff75874d5c3f5bf5eecf694b8902..9380b57a72302226bf55fd14a0326ba697214956 100644
|
| --- a/src/pdf/SkPDFShader.h
|
| +++ b/src/pdf/SkPDFShader.h
|
| @@ -29,7 +29,7 @@ public:
|
| class State;
|
|
|
| /** Get the PDF shader for the passed SkShader. If the SkShader is
|
| - * invalid in some way, returns NULL. The reference count of
|
| + * invalid in some way, returns nullptr. The reference count of
|
| * the object is incremented and it is the caller's responsibility to
|
| * unreference it when done. This is needed to accommodate the weak
|
| * reference pattern used when the returned object is new and has no
|
|
|