| Index: gm/bigtileimagefilter.cpp
|
| diff --git a/gm/bigtileimagefilter.cpp b/gm/bigtileimagefilter.cpp
|
| index dbd41c2ebd68b22d438de3f014d47e5f154d84e4..3c55b714109c36e60ba75edafa1c3631eb8f30ad 100644
|
| --- a/gm/bigtileimagefilter.cpp
|
| +++ b/gm/bigtileimagefilter.cpp
|
| @@ -74,7 +74,7 @@ protected:
|
| SkAutoTUnref<SkTileImageFilter> tif2(SkTileImageFilter::Create(
|
| SkRect::MakeWH(SkIntToScalar(kBitmapSize), SkIntToScalar(kBitmapSize)),
|
| SkRect::MakeWH(SkIntToScalar(kBitmapSize), SkIntToScalar(kBitmapSize)),
|
| - NULL));
|
| + nullptr));
|
| p2.setImageFilter(tif2);
|
|
|
| canvas->translate(320, 320);
|
|
|