| Index: src/effects/SkBitmapSource.cpp
 | 
| diff --git a/src/effects/SkBitmapSource.cpp b/src/effects/SkBitmapSource.cpp
 | 
| index ec4fcd16fbf57de6b4c9bc2d63c2fa65f182408d..dd44be7cd68105fb4e0d6ae83a085c50f997c48c 100644
 | 
| --- a/src/effects/SkBitmapSource.cpp
 | 
| +++ b/src/effects/SkBitmapSource.cpp
 | 
| @@ -71,7 +71,7 @@ bool SkBitmapSource::onFilterImage(Proxy* proxy, const SkBitmap&, const SkMatrix
 | 
|      // None filtering when it's translate-only
 | 
|      paint.setFilterLevel(
 | 
|          fSrcRect.width() == dstRect.width() && fSrcRect.height() == dstRect.height() ?
 | 
| -        SkPaint::kNone_FilterLevel : SkPaint::kMedium_FilterLevel);
 | 
| +        SkPaint::kNone_FilterLevel : SkPaint::kHigh_FilterLevel);
 | 
|      canvas.drawBitmapRectToRect(fBitmap, &fSrcRect, dstRect, &paint);
 | 
|  
 | 
|      *result = device.get()->accessBitmap(false);
 | 
| 
 |