Index: gm/bigtileimagefilter.cpp |
diff --git a/gm/bigtileimagefilter.cpp b/gm/bigtileimagefilter.cpp |
index e4855ba9aa5a0bd20e64ffd52d30a3878a1e29fb..b788209c194aeec49429801b35dd1b376752eba0 100644 |
--- a/gm/bigtileimagefilter.cpp |
+++ b/gm/bigtileimagefilter.cpp |
@@ -84,7 +84,7 @@ protected: |
SkRect bound3 = SkRect::MakeXYWH(320, 320, |
SkIntToScalar(kBitmapSize), |
SkIntToScalar(kBitmapSize)); |
- canvas->drawBitmapRect(fGreenBitmap, &bound2, bound3, NULL, |
+ canvas->drawBitmapRect(fGreenBitmap, bound2, bound3, nullptr, |
SkCanvas::kStrict_SrcRectConstraint); |
canvas->restore(); |
} |