| Index: gm/convexpolyclip.cpp
|
| diff --git a/gm/convexpolyclip.cpp b/gm/convexpolyclip.cpp
|
| index b76335c8563644fa04ae132a44cd327cfea08e48..edafea2f975bfdefbd10b5fdec6b7e3ab0ac8e7e 100644
|
| --- a/gm/convexpolyclip.cpp
|
| +++ b/gm/convexpolyclip.cpp
|
| @@ -46,7 +46,7 @@ static SkBitmap make_bmp(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.preTranslate(6 * wScalar, 6 * hScalar);
|
|
|