| Index: src/core/SkPaintPriv.h
|
| diff --git a/src/core/SkPaintPriv.h b/src/core/SkPaintPriv.h
|
| index 708f861b70b77d46dab71bb006e811442e96cdee..a03f9b33909d54ef4be8a8043cfd0cfa09b33937 100644
|
| --- a/src/core/SkPaintPriv.h
|
| +++ b/src/core/SkPaintPriv.h
|
| @@ -23,7 +23,7 @@ public:
|
| };
|
|
|
| /**
|
| - * Returns true if drawing with this paint (or NULL) will ovewrite all affected pixels.
|
| + * Returns true if drawing with this paint (or nullptr) will ovewrite all affected pixels.
|
| *
|
| * Note: returns conservative true, meaning it may return false even though the paint might
|
| * in fact overwrite its pixels.
|
| @@ -35,13 +35,13 @@ public:
|
| }
|
|
|
| /**
|
| - * Returns true if drawing this bitmap with this paint (or NULL) will ovewrite all affected
|
| + * Returns true if drawing this bitmap with this paint (or nullptr) will ovewrite all affected
|
| * pixels.
|
| */
|
| static bool Overwrites(const SkBitmap&, const SkPaint* paint);
|
|
|
| /**
|
| - * Returns true if drawing this image with this paint (or NULL) will ovewrite all affected
|
| + * Returns true if drawing this image with this paint (or nullptr) will ovewrite all affected
|
| * pixels.
|
| */
|
| static bool Overwrites(const SkImage*, const SkPaint* paint);
|
|
|