| Index: src/core/SkCachedData.h
|
| diff --git a/src/core/SkCachedData.h b/src/core/SkCachedData.h
|
| index d44fbc58951da0602cc8e58e6cbf64b4329480a5..739be72182295bbd290288299a1e81693a24f4da 100644
|
| --- a/src/core/SkCachedData.h
|
| +++ b/src/core/SkCachedData.h
|
| @@ -36,7 +36,7 @@ public:
|
| }
|
|
|
| protected:
|
| - // called when fData changes. could be NULL.
|
| + // called when fData changes. could be nullptr.
|
| virtual void onDataChange(void* oldData, void* newData) {}
|
|
|
| private:
|
| @@ -93,7 +93,7 @@ public:
|
| * ref's the data (typically from a find(key, visitor) call).
|
| *
|
| * Thus the data will always be "locked" when a non-cache has a ref on it (whether or not
|
| - * the lock succeeded to recover the memory -- check data() to see if it is NULL).
|
| + * the lock succeeded to recover the memory -- check data() to see if it is nullptr).
|
| */
|
|
|
| /*
|
|
|