| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index ca79d0a2d19c18a79c7982d1b9dbcc50d968860b..fa7d89894d3e98952b3541812632681b77ef0b50 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -1228,7 +1228,7 @@ void SkGpuDevice::drawTiledBitmap(const SkBitmap& bitmap,
|
| tmpM.setTranslate(offset.fX - srcRect.fLeft, offset.fY - srcRect.fTop);
|
| am.setPreConcat(fContext, tmpM);
|
|
|
| - if (SkPaint::kNone_FilterLevel != paint.getFilterLevel() || bicubic) {
|
| + if (GrTextureParams::kNone_FilterMode != params.filterMode() || bicubic) {
|
| SkIRect iClampRect;
|
|
|
| if (SkCanvas::kBleed_DrawBitmapRectFlag & flags) {
|
|
|