| Index: gm/drawbitmaprect.cpp
|
| diff --git a/gm/drawbitmaprect.cpp b/gm/drawbitmaprect.cpp
|
| index d9b1434e57c3e236c4dc80f22c673aaccdd0ac42..33a13f0fe9777b8f4da8ba04e3ef6c5917e68fae 100644
|
| --- a/gm/drawbitmaprect.cpp
|
| +++ b/gm/drawbitmaprect.cpp
|
| @@ -63,7 +63,7 @@ static void makebm(SkBitmap* bm, int w, int h) {
|
| colors, pos,
|
| SK_ARRAY_COUNT(colors),
|
| SkShader::kRepeat_TileMode,
|
| - NULL, 0, &mat))->unref();
|
| + 0, &mat))->unref();
|
| canvas.drawRect(rect, paint);
|
| rect.inset(wScalar / 8, hScalar / 8);
|
| mat.postScale(SK_Scalar1 / 4, SK_Scalar1 / 4);
|
|
|