Index: src/gpu/GrBitmapTextContext.cpp |
diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp |
index 3ca98e46eb29723151c471b1591ddccf03b9fe44..b2cea2b02472075d81e86762629324e5ae88d0df 100755 |
--- a/src/gpu/GrBitmapTextContext.cpp |
+++ b/src/gpu/GrBitmapTextContext.cpp |
@@ -138,10 +138,8 @@ void GrBitmapTextContext::flushGlyphs() { |
case kA8_GrMaskFormat: |
// set back to normal in case we took LCD path previously. |
drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.getDstBlendCoeff()); |
- //drawState->setColor(fPaint.getColor()); |
// We're using per-vertex color. |
SkASSERT(drawState->hasColorVertexAttribute()); |
- drawState->setColor(0xFFFFFFFF); |
break; |
default: |
SkFAIL("Unexepected mask format."); |