| Index: src/gpu/GrBitmapTextContext.cpp
 | 
| diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp
 | 
| index a45aeaeb72219d76c103a91325dc6d5a4570f4b3..6b911d222d9dd5be6c4ae4fa756a8d7e4017b9f0 100755
 | 
| --- a/src/gpu/GrBitmapTextContext.cpp
 | 
| +++ b/src/gpu/GrBitmapTextContext.cpp
 | 
| @@ -592,7 +592,6 @@ void GrBitmapTextContext::flush() {
 | 
|                  drawState->setAlpha(fSkPaint.getAlpha());
 | 
|                  break;
 | 
|                  // LCD text
 | 
| -            case kA888_GrMaskFormat:
 | 
|              case kA565_GrMaskFormat: {
 | 
|                  if (kOne_GrBlendCoeff != fPaint.getSrcBlendCoeff() ||
 | 
|                      kISA_GrBlendCoeff != fPaint.getDstBlendCoeff() ||
 | 
| 
 |