| Index: src/gpu/GrBitmapTextContext.cpp
|
| diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp
|
| index 696077dd95d364d7e5f8bfafe5f03d1e80504e7c..4f6a1af7b26b1f6967015e5d7da35ca66e258342 100755
|
| --- a/src/gpu/GrBitmapTextContext.cpp
|
| +++ b/src/gpu/GrBitmapTextContext.cpp
|
| @@ -88,8 +88,6 @@ void GrBitmapTextContext::flushGlyphs() {
|
| drawState->setFromPaint(fPaint, SkMatrix::I(), fContext->getRenderTarget());
|
|
|
| if (fCurrVertex > 0) {
|
| - fContext->getFontCache()->updateTextures();
|
| -
|
| // setup our sampler state for our text texture/atlas
|
| SkASSERT(SkIsAlign4(fCurrVertex));
|
| SkASSERT(fCurrTexture);
|
|
|