| Index: samplecode/SampleAll.cpp
|
| diff --git a/samplecode/SampleAll.cpp b/samplecode/SampleAll.cpp
|
| index 16c79c9dbfe3bb2b5e7f53cf3aa6b402cf5f6f6f..39f772249199b5c6fb2ad0967642f558f9882d12 100644
|
| --- a/samplecode/SampleAll.cpp
|
| +++ b/samplecode/SampleAll.cpp
|
| @@ -393,7 +393,7 @@ protected:
|
| canvas->save();
|
| canvas->translate(SkIntToScalar(0), SkIntToScalar(5));
|
| paint.setAntiAlias(true);
|
| - paint.setFilterLevel(SkPaint::kLow_FilterLevel);
|
| + paint.setFilterQuality(kLow_SkFilterQuality);
|
| // !!! draw through a clip
|
| paint.setColor(SK_ColorLTGRAY);
|
| paint.setStyle(SkPaint::kFill_Style);
|
|
|