| Index: src/gpu/GrDrawState.h
|
| diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
|
| index e34e4ab0e1d59365ca1df0a7cbc35b07e633c753..91a8723e525516da596ff1fc851f73291890a6db 100644
|
| --- a/src/gpu/GrDrawState.h
|
| +++ b/src/gpu/GrDrawState.h
|
| @@ -453,7 +453,7 @@ public:
|
| */
|
| bool willEffectReadDst() const {
|
| for (int s = 0; s < kNumStages; ++s) {
|
| - if (this->isStageEnabled(s) && (*this->getStage(s).getEffect())->willReadDst()) {
|
| + if (this->isStageEnabled(s) && (*this->getStage(s).getEffect())->willReadDstColor()) {
|
| return true;
|
| }
|
| }
|
|
|