Chromium Code Reviews| Index: src/gpu/SkGpuDevice.cpp |
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp |
| index 571b8a0a7d91206159ec71fcddbafb65c1581cbd..12638ea4da8a8236f51d91c8c538623b5f647cea 100644 |
| --- a/src/gpu/SkGpuDevice.cpp |
| +++ b/src/gpu/SkGpuDevice.cpp |
| @@ -1187,10 +1187,12 @@ void SkGpuDevice::drawBitmapCommon(const SkDraw& draw, |
| textureFilterMode = GrTextureParams::kMipMap_FilterMode; |
| break; |
| case SkPaint::kHigh_FilterLevel: |
| + /* |
|
epoger
2013/09/04 14:36:40
Why is this file part of this CL?
|
| SkErrorInternals::SetError( kInvalidPaint_SkError, |
| "Sorry, I don't yet support high quality " |
| "filtering on the GPU. Falling back to " |
| "MIPMaps."); |
| + */ |
| textureFilterMode = GrTextureParams::kMipMap_FilterMode; |
| break; |
| default: |