aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDrawable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkDrawable.h')
-rw-r--r--include/core/SkDrawable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkDrawable.h b/include/core/SkDrawable.h
index c5053a847d..f466d0a59c 100644
--- a/include/core/SkDrawable.h
+++ b/include/core/SkDrawable.h
@@ -32,7 +32,7 @@ public:
* (i.e. the saveLevel() on the canvas will match what it was when draw() was called,
* and the current matrix and clip settings will not be changed.
*/
- void draw(SkCanvas*, const SkMatrix* = NULL);
+ void draw(SkCanvas*, const SkMatrix* = nullptr);
void draw(SkCanvas*, SkScalar x, SkScalar y);
SkPicture* newPictureSnapshot();