Chromium Code Reviews| Index: gm/drawbitmaprect.cpp |
| diff --git a/gm/drawbitmaprect.cpp b/gm/drawbitmaprect.cpp |
| index 33a13f0fe9777b8f4da8ba04e3ef6c5917e68fae..d9b1434e57c3e236c4dc80f22c673aaccdd0ac42 100644 |
| --- a/gm/drawbitmaprect.cpp |
| +++ b/gm/drawbitmaprect.cpp |
| @@ -63,7 +63,7 @@ |
| colors, pos, |
| SK_ARRAY_COUNT(colors), |
| SkShader::kRepeat_TileMode, |
| - 0, &mat))->unref(); |
| + NULL, 0, &mat))->unref(); |
| canvas.drawRect(rect, paint); |
| rect.inset(wScalar / 8, hScalar / 8); |
| mat.postScale(SK_Scalar1 / 4, SK_Scalar1 / 4); |