Index: gm/ninepatchstretch.cpp |
diff --git a/gm/ninepatchstretch.cpp b/gm/ninepatchstretch.cpp |
index 551f020625175447a23bf3bbc248a749ca3db20f..bc6f13da25a051728e080d574301cf55934a0bb9 100644 |
--- a/gm/ninepatchstretch.cpp |
+++ b/gm/ninepatchstretch.cpp |
@@ -93,7 +93,7 @@ protected: |
SkScalar y = SkIntToScalar(100); |
SkPaint paint; |
- paint.setFilterBitmap(true); |
+ paint.setFilterLevel(SkPaint::kLow_FilterLevel); |
for (int iy = 0; iy < 2; ++iy) { |
for (int ix = 0; ix < 2; ++ix) { |