| Index: gm/bigmatrix.cpp
|
| diff --git a/gm/bigmatrix.cpp b/gm/bigmatrix.cpp
|
| index d4144862b8f62584ed6e62a6ac19a0b671a1fde9..9b49a64ea24407b0748e64781dc0b8efed13c206 100644
|
| --- a/gm/bigmatrix.cpp
|
| +++ b/gm/bigmatrix.cpp
|
| @@ -80,7 +80,7 @@ protected:
|
| shader->setLocalMatrix(s);
|
| paint.setShader(shader)->unref();
|
| paint.setAntiAlias(false);
|
| - paint.setFilterBitmap(true);
|
| + paint.setFilterLevel(SkPaint::kLow_FilterLevel);
|
| rect.setLTRB(pt.fX - small, pt.fY - small,
|
| pt.fX + small, pt.fY + small);
|
| canvas->drawRect(rect, paint);
|
|
|