| Index: src/gpu/GrPathRenderer.h
|
| diff --git a/src/gpu/GrPathRenderer.h b/src/gpu/GrPathRenderer.h
|
| index 88665c1d423eedd03259c5c54fd805259c843b11..1099b2be396f118cff813a3a52164bd83ba8a0a9 100644
|
| --- a/src/gpu/GrPathRenderer.h
|
| +++ b/src/gpu/GrPathRenderer.h
|
| @@ -143,7 +143,7 @@ public:
|
| static bool IsStrokeHairlineOrEquivalent(const SkStrokeRec& stroke, const SkMatrix& matrix,
|
| SkScalar* outCoverage) {
|
| if (stroke.isHairlineStyle()) {
|
| - if (NULL != outCoverage) {
|
| + if (outCoverage) {
|
| *outCoverage = SK_Scalar1;
|
| }
|
| return true;
|
|
|