| Index: src/core/SkRWBuffer.h
|
| diff --git a/src/core/SkRWBuffer.h b/src/core/SkRWBuffer.h
|
| index 89cb425a7f31532c0e179690de1d41ee9ae09e47..9d88a60203f6842c5ec213acd1640abe4f7d1a0b 100644
|
| --- a/src/core/SkRWBuffer.h
|
| +++ b/src/core/SkRWBuffer.h
|
| @@ -34,7 +34,7 @@ public:
|
| void reset(const SkROBuffer*);
|
|
|
| /**
|
| - * Return the current continuous block of memory, or NULL if the iterator is exhausted
|
| + * Return the current continuous block of memory, or nullptr if the iterator is exhausted
|
| */
|
| const void* data() const;
|
|
|
|
|