| Index: src/gpu/GrBitmapTextContext.cpp
|
| diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp
|
| index ac4c078275695ab7a8e7b0cb7b0c7136f0b84fd7..70785a65d73b1bf1f647facc49e876fa0894e7bd 100755
|
| --- a/src/gpu/GrBitmapTextContext.cpp
|
| +++ b/src/gpu/GrBitmapTextContext.cpp
|
| @@ -109,7 +109,7 @@ void GrBitmapTextContext::flushGlyphs() {
|
| int coordsIdx = drawState->hasColorVertexAttribute() ? kGlyphCoordsWithColorAttributeIndex :
|
| kGlyphCoordsNoColorAttributeIndex;
|
| drawState->setGeometryProcessor(fCachedEffect.get(), coordsIdx);
|
| - SkASSERT(NULL != fStrike);
|
| + SkASSERT(fStrike);
|
| switch (fStrike->getMaskFormat()) {
|
| // Color bitmap text
|
| case kARGB_GrMaskFormat:
|
|
|