| Index: gm/patheffects.cpp
|
| diff --git a/gm/patheffects.cpp b/gm/patheffects.cpp
|
| index c71d32bb75fb4518db2d08e3e19b905ed2a50ded..517d02e5477426bc9475538f4d793117606bff3d 100644
|
| --- a/gm/patheffects.cpp
|
| +++ b/gm/patheffects.cpp
|
| @@ -79,7 +79,7 @@ static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe }
|
|
|
| static void fill_pe(SkPaint* paint) {
|
| paint->setStyle(SkPaint::kFill_Style);
|
| - paint->setPathEffect(NULL);
|
| + paint->setPathEffect(nullptr);
|
| }
|
|
|
| static void discrete_pe(SkPaint* paint) {
|
|
|