| Index: src/utils/debugger/SkDrawCommand.h
|
| diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h
|
| index b8eca799e76830a177ae5376db3233f23250c3ef..c7e5f008a423b4e4c1911bdc72dbd461292c7060 100644
|
| --- a/src/utils/debugger/SkDrawCommand.h
|
| +++ b/src/utils/debugger/SkDrawCommand.h
|
| @@ -250,7 +250,7 @@ public:
|
|
|
| void setPaint(const SkPaint& paint) { fPaint = paint; fPaintPtr = &fPaint; }
|
|
|
| - const SkRect* srcRect() const { return fSrc.isEmpty() ? NULL : &fSrc; }
|
| + const SkRect* srcRect() const { return fSrc.isEmpty() ? nullptr : &fSrc; }
|
| void setSrcRect(const SkRect& src) { fSrc = src; }
|
|
|
| const SkRect& dstRect() const { return fDst; }
|
|
|