| Index: src/utils/SkDashPath.cpp
|
| diff --git a/src/utils/SkDashPath.cpp b/src/utils/SkDashPath.cpp
|
| index de249f6fff3b747066cfc38080b453b3342b0e9f..c1772959415f41f4b78679805f29091505490567 100644
|
| --- a/src/utils/SkDashPath.cpp
|
| +++ b/src/utils/SkDashPath.cpp
|
| @@ -92,7 +92,7 @@ static void outset_for_stroke(SkRect* rect, const SkStrokeRec& rec) {
|
| static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec,
|
| const SkRect* cullRect, SkScalar intervalLength,
|
| SkPath* dstPath) {
|
| - if (NULL == cullRect) {
|
| + if (nullptr == cullRect) {
|
| return false;
|
| }
|
|
|
|
|