| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index a5c261c75d31fe15d7a5a060a29626c2d5840e6b..8cf2e4b664320dea8444be7a3d6da899ae21ee17 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -1209,10 +1209,7 @@ void SkGpuDevice::drawBitmapCommon(const SkDraw& draw,
|
| textureFilterMode = GrTextureParams::kMipMap_FilterMode;
|
| break;
|
| case SkPaint::kHigh_FilterLevel:
|
| - SkErrorInternals::SetError( kInvalidPaint_SkError,
|
| - "Sorry, I don't yet support high quality "
|
| - "filtering on the GPU. Falling back to "
|
| - "MIPMaps.");
|
| + // Fall back to mips for now
|
| textureFilterMode = GrTextureParams::kMipMap_FilterMode;
|
| break;
|
| default:
|
|
|