Index: gm/complexclip.cpp |
diff --git a/gm/complexclip.cpp b/gm/complexclip.cpp |
index 74c877d8e6aa73f148c6f15b80e8fe978aeb4d25..bcbd7fd17a05e6cdb482ed4d551246bc1454cdc5 100644 |
--- a/gm/complexclip.cpp |
+++ b/gm/complexclip.cpp |
@@ -115,7 +115,7 @@ protected: |
boundPaint.setColor(SK_ColorRED); |
boundPaint.setStyle(SkPaint::kStroke_Style); |
canvas->drawRect(bounds, boundPaint); |
- canvas->saveLayer(&bounds, NULL); |
+ canvas->saveLayer(&bounds, nullptr); |
} |
for (int invBits = 0; invBits < 4; ++invBits) { |