| Index: src/gpu/GrStrokeInfo.cpp
|
| diff --git a/src/gpu/GrStrokeInfo.cpp b/src/gpu/GrStrokeInfo.cpp
|
| index 03483afec77b62eda59d5a5387a480fa8bb6c402..f3c809d46b77b2357c44c02cb30a3ccf61cef153 100644
|
| --- a/src/gpu/GrStrokeInfo.cpp
|
| +++ b/src/gpu/GrStrokeInfo.cpp
|
| @@ -17,7 +17,7 @@ bool GrStrokeInfo::applyDashToPath(SkPath* dst, GrStrokeInfo* dstStrokeInfo,
|
| info.fCount = fIntervals.count();
|
| info.fPhase = fDashPhase;
|
| GrStrokeInfo filteredStroke(*this, false);
|
| - if (SkDashPath::FilterDashPath(dst, src, &filteredStroke, NULL, info)) {
|
| + if (SkDashPath::FilterDashPath(dst, src, &filteredStroke, nullptr, info)) {
|
| *dstStrokeInfo = filteredStroke;
|
| return true;
|
| }
|
|
|