Index: src/gpu/GrBitmapTextContext.cpp |
diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp |
index 6599d4ea473a719b2edbe8459047b494e31d10f1..ac4c078275695ab7a8e7b0cb7b0c7136f0b84fd7 100755 |
--- a/src/gpu/GrBitmapTextContext.cpp |
+++ b/src/gpu/GrBitmapTextContext.cpp |
@@ -108,7 +108,7 @@ void GrBitmapTextContext::flushGlyphs() { |
// This effect could be stored with one of the cache objects (atlas?) |
int coordsIdx = drawState->hasColorVertexAttribute() ? kGlyphCoordsWithColorAttributeIndex : |
kGlyphCoordsNoColorAttributeIndex; |
- drawState->addCoverageEffect(fCachedEffect.get(), coordsIdx); |
+ drawState->setGeometryProcessor(fCachedEffect.get(), coordsIdx); |
SkASSERT(NULL != fStrike); |
switch (fStrike->getMaskFormat()) { |
// Color bitmap text |