Index: src/pdf/SkPDFBitmap.h |
diff --git a/src/pdf/SkPDFBitmap.h b/src/pdf/SkPDFBitmap.h |
index 2c8653f3158769f712de7f01085e54e5d1193053..58d91bec881090524e940f964aea5d381e68ae03 100644 |
--- a/src/pdf/SkPDFBitmap.h |
+++ b/src/pdf/SkPDFBitmap.h |
@@ -24,7 +24,7 @@ class SkPDFCanon; |
*/ |
class SkPDFBitmap : public SkPDFObject { |
public: |
- // Returns NULL on unsupported bitmap; |
+ // Returns nullptr on unsupported bitmap; |
static SkPDFBitmap* Create(SkPDFCanon*, const SkBitmap&); |
bool equals(const SkBitmap& other) const { |
return fBitmap.getGenerationID() == other.getGenerationID() && |