Chromium Code Reviews| Index: gm/dashcubics.cpp |
| diff --git a/gm/dashcubics.cpp b/gm/dashcubics.cpp |
| index 246d0548ca41835dc51b25cf05f4f4b0a8b3df74..ecbe41537b7d89671b269ba209ee4cd34034628a 100644 |
| --- a/gm/dashcubics.cpp |
| +++ b/gm/dashcubics.cpp |
| @@ -45,7 +45,7 @@ protected: |
| canvas->drawPath(path, paint); |
| paint.setColor(SK_ColorGREEN); |
| - paint.setPathEffect(NULL); |
| + paint.setPathEffect(nullptr); |
| paint.setStrokeWidth(0); |
| canvas->drawPath(path, paint); |
| } |