| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index 48ac06d94ea8fd0cc5a1eb7bba8f07231d245d05..13cf990aedb087ab0591bdc71546a44f4b5677a0 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -114,9 +114,9 @@ public:
|
| *
|
| * @param rect the rect to draw
|
| * @param localRect optional rect that specifies local coords to map onto
|
| - * rect. If NULL then rect serves as the local coords.
|
| + * rect. If nullptr then rect serves as the local coords.
|
| * @param localMatrix Optional local matrix. The local coordinates are specified by localRect,
|
| - * or if it is NULL by rect. This matrix applies to the coordinate implied by
|
| + * or if it is nullptr by rect. This matrix applies to the coordinate implied by
|
| * that rectangle before it is input to GrCoordTransforms that read local
|
| * coordinates
|
| */
|
| @@ -153,7 +153,7 @@ public:
|
|
|
| /**
|
| * Clear the passed in render target. Ignores the GrPipelineBuilder and clip. Clears the whole
|
| - * thing if rect is NULL, otherwise just the rect. If canIgnoreRect is set then the entire
|
| + * thing if rect is nullptr, otherwise just the rect. If canIgnoreRect is set then the entire
|
| * render target can be optionally cleared.
|
| */
|
| void clear(const SkIRect* rect,
|
|
|