| Index: src/effects/SkBitmapAlphaThresholdShader.cpp
|
| diff --git a/src/effects/SkBitmapAlphaThresholdShader.cpp b/src/effects/SkBitmapAlphaThresholdShader.cpp
|
| index 69e22c960824d66070e911284c12d85366416c89..6f1c94a31085d5470d4011f33153505f00a4c586 100644
|
| --- a/src/effects/SkBitmapAlphaThresholdShader.cpp
|
| +++ b/src/effects/SkBitmapAlphaThresholdShader.cpp
|
| @@ -218,7 +218,7 @@ GrEffectRef* BATShader::asNewEffect(GrContext* context, const SkPaint& paint) co
|
| }
|
|
|
| GrTextureDesc maskDesc;
|
| - if (context->isConfigRenderable(kAlpha_8_GrPixelConfig)) {
|
| + if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) {
|
| maskDesc.fConfig = kAlpha_8_GrPixelConfig;
|
| } else {
|
| maskDesc.fConfig = kRGBA_8888_GrPixelConfig;
|
|
|