| Index: samplecode/SampleTextureDomain.cpp
|
| diff --git a/samplecode/SampleTextureDomain.cpp b/samplecode/SampleTextureDomain.cpp
|
| index af511c7b031e461ec913c8b9149f23efac9adb2e..2794a06956f0ac4cd5c412b518d2a64e12103022 100644
|
| --- a/samplecode/SampleTextureDomain.cpp
|
| +++ b/samplecode/SampleTextureDomain.cpp
|
| @@ -47,7 +47,7 @@ protected:
|
| SkRect srcRect;
|
| SkRect dstRect;
|
| SkPaint paint;
|
| - paint.setFilterLevel(SkPaint::kLow_FilterLevel);
|
| + paint.setFilterQuality(kLow_SkFilterQuality);
|
|
|
| // Test that bitmap draws from malloc-backed bitmaps respect
|
| // the constrained texture domain.
|
|
|