aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bigmatrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/bigmatrix.cpp')
-rw-r--r--gm/bigmatrix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/bigmatrix.cpp b/gm/bigmatrix.cpp
index d4144862b8..9b49a64ea2 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);