aboutsummaryrefslogtreecommitdiffstats
path: root/gm/pathfill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/pathfill.cpp')
-rw-r--r--gm/pathfill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/pathfill.cpp b/gm/pathfill.cpp
index a2b1ee0142..f4e42e8165 100644
--- a/gm/pathfill.cpp
+++ b/gm/pathfill.cpp
@@ -198,7 +198,7 @@ protected:
canvas->save();
canvas->clipRect(clipR);
- const SkRect* clipPtr = doclip ? &clipR : NULL;
+ const SkRect* clipPtr = doclip ? &clipR : nullptr;
show(canvas, path, paint, clipPtr, clipR.fTop, clipR.centerY());
show(canvas, path, paint, clipPtr, clipR.centerY(), clipR.fBottom);