Index: gm/ninepatchstretch.cpp |
diff --git a/gm/ninepatchstretch.cpp b/gm/ninepatchstretch.cpp |
index 67f6bf4db906e764b57938e2bfcb80593bdfd4d7..5031480aa5be21734becef5bc0b9d29850923573 100644 |
--- a/gm/ninepatchstretch.cpp |
+++ b/gm/ninepatchstretch.cpp |
@@ -73,7 +73,7 @@ protected: |
SkScalar y = SkIntToScalar(100); |
SkPaint paint; |
- paint.setFilterLevel(SkPaint::kLow_FilterLevel); |
+ paint.setFilterQuality(kLow_SkFilterQuality); |
for (int iy = 0; iy < 2; ++iy) { |
for (int ix = 0; ix < 2; ++ix) { |