Index: src/gpu/GrDrawState.cpp |
diff --git a/src/gpu/GrDrawState.cpp b/src/gpu/GrDrawState.cpp |
index c82c5adad1f771354e711e1ce149234d8ee77acf..4e20b8be0c51cb1482f0d1211fa5db415fa345a3 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); |
} |
//////////////////////////////////////////////////////////////////////////////// |