| Index: src/core/SkRegionPriv.h
|
| diff --git a/src/core/SkRegionPriv.h b/src/core/SkRegionPriv.h
|
| index 9ddefc06ccecd6e84545afdb602422c44e759f69..160c55d55501fabd5e014afeabd8e57d16edff45 100644
|
| --- a/src/core/SkRegionPriv.h
|
| +++ b/src/core/SkRegionPriv.h
|
| @@ -142,7 +142,7 @@ public:
|
| /**
|
| * Return the scanline that contains the Y value. This requires that the Y
|
| * value is already known to be contained within the bounds of the region,
|
| - * and so this routine never returns NULL.
|
| + * and so this routine never returns nullptr.
|
| *
|
| * It returns the beginning of the scanline, starting with its Bottom value.
|
| */
|
|
|