| Index: src/gpu/GrBitmapTextContext.cpp
|
| diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp
|
| index 17439b5672c6dbdca16c9ef4e7bd211fcaf10007..1b7a9b7e1dfaa2bbb7728eab6b128256e21798e6 100755
|
| --- a/src/gpu/GrBitmapTextContext.cpp
|
| +++ b/src/gpu/GrBitmapTextContext.cpp
|
| @@ -105,7 +105,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
|
|
|