| Index: src/codec/SkBmpCodec.h
|
| diff --git a/src/codec/SkBmpCodec.h b/src/codec/SkBmpCodec.h
|
| index 71006f73153ea3028529b0c51daa999b498bc86e..ee14f8936acd36e8086dfad275f722165408561c 100644
|
| --- a/src/codec/SkBmpCodec.h
|
| +++ b/src/codec/SkBmpCodec.h
|
| @@ -58,7 +58,7 @@ protected:
|
| /*
|
| * Read enough of the stream to initialize the SkBmpCodec. Returns a bool
|
| * representing success or failure. If it returned true, and codecOut was
|
| - * not NULL, it will be set to a new SkBmpCodec.
|
| + * not nullptr, it will be set to a new SkBmpCodec.
|
| * Does *not* take ownership of the passed in SkStream.
|
| */
|
| static bool ReadHeader(SkStream*, bool inIco, SkCodec** codecOut);
|
|
|