Chromium Code Reviews| Index: src/core/SkPictureData.h |
| diff --git a/src/core/SkPictureData.h b/src/core/SkPictureData.h |
| index a68a8c8317aebf2265b064da3ac3b0da99a3eeee..4e4deef55a323e7ebc10d9b7353e2a0531e458d4 100644 |
| --- a/src/core/SkPictureData.h |
| +++ b/src/core/SkPictureData.h |
| @@ -111,7 +111,7 @@ public: |
| const SkPaint* getPaint(SkReader32* reader) const { |
| int index = reader->readInt(); |
| if (index == 0) { |
| - return NULL; |
| + return nullptr; |
| } |
| return &fPaints[index - 1]; |
| } |