| Index: src/core/SkStreamPriv.h
|
| diff --git a/src/core/SkStreamPriv.h b/src/core/SkStreamPriv.h
|
| index d1af117674aa3efa57a7cfe16da421733ead39ec..b82f7d84e9de0227705f864e4fe3724cbdc0aefb 100644
|
| --- a/src/core/SkStreamPriv.h
|
| +++ b/src/core/SkStreamPriv.h
|
| @@ -31,7 +31,7 @@ size_t SkCopyStreamToStorage(SkAutoMalloc* storage, SkStream* stream);
|
| * @param stream SkStream to be copied into data.
|
| * @return SkData* The resulting SkData after the copy. This data
|
| * will have a ref count of one upon return and belongs to the
|
| - * caller. Returns NULL on failure.
|
| + * caller. Returns nullptr on failure.
|
| */
|
| SkData *SkCopyStreamToData(SkStream* stream);
|
|
|
|
|