| Index: src/gpu/GrBitmapTextContext.cpp
|
| diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp
|
| index b2cea2b02472075d81e86762629324e5ae88d0df..0c4d324d895b49ffb5236cfa86183830082a3229 100755
|
| --- a/src/gpu/GrBitmapTextContext.cpp
|
| +++ b/src/gpu/GrBitmapTextContext.cpp
|
| @@ -592,6 +592,9 @@ HAS_ATLAS:
|
| SkFixedToFloat(texture->normalizeFixedY(ty + height)),
|
| vertSize);
|
| if (useColorVerts) {
|
| + if (0xFF == GrColorUnpackA(fPaint.getColor())) {
|
| + fDrawTarget->drawState()->setHint(GrDrawState::kVertexColorsAreOpaque_Hint, true);
|
| + }
|
| // color comes after position.
|
| GrColor* colors = reinterpret_cast<GrColor*>(positions + 1);
|
| for (int i = 0; i < 4; ++i) {
|
|
|