| Index: src/gpu/GrDrawState.cpp
|
| diff --git a/src/gpu/GrDrawState.cpp b/src/gpu/GrDrawState.cpp
|
| index 1f9f6967c2d717ce8c1a0083de8d3c1f3871ebea..dcf8d307172734dbf12497feae464e6f77bb0150 100644
|
| --- a/src/gpu/GrDrawState.cpp
|
| +++ b/src/gpu/GrDrawState.cpp
|
| @@ -236,7 +236,7 @@ void GrDrawState::setFromPaint(const GrPaint& paint, const SkMatrix& vm, GrRende
|
| this->setState(GrDrawState::kHWAntialias_StateBit, paint.isAntiAlias());
|
|
|
| this->setBlendFunc(paint.getSrcBlendCoeff(), paint.getDstBlendCoeff());
|
| - this->setCoverage(paint.getCoverage());
|
| + this->setCoverage(0xFF);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|