| Index: src/codec/SkBmpStandardCodec.h
|
| diff --git a/src/codec/SkBmpStandardCodec.h b/src/codec/SkBmpStandardCodec.h
|
| index 45450e65918b95c5d5222ec36cb3ddba9f28edfa..a7d48c801183f7bc7efed8f836410c3ea22f8ea2 100644
|
| --- a/src/codec/SkBmpStandardCodec.h
|
| +++ b/src/codec/SkBmpStandardCodec.h
|
| @@ -52,7 +52,7 @@ private:
|
|
|
| /*
|
| * Creates the color table
|
| - * Sets colorCount to the new color count if it is non-NULL
|
| + * Sets colorCount to the new color count if it is non-nullptr
|
| */
|
| bool createColorTable(SkAlphaType alphaType, int* colorCount);
|
|
|
|
|