Index: src/gpu/gl/GrGLProgramDesc.cpp |
diff --git a/src/gpu/gl/GrGLProgramDesc.cpp b/src/gpu/gl/GrGLProgramDesc.cpp |
index 1ae6aa69f2081d37e56d2b3cffa7c39de71edadf..a1cd85e9f4afb6d5ad2770fd9ac03a50292ccdca 100644 |
--- a/src/gpu/gl/GrGLProgramDesc.cpp |
+++ b/src/gpu/gl/GrGLProgramDesc.cpp |
@@ -87,7 +87,7 @@ void GrGLProgramDesc::Build(const GrDrawState& drawState, |
const GrBackendEffectFactory& factory = effect->getFactory(); |
GrDrawEffect drawEffect(drawState.getStage(s), requiresLocalCoordAttrib); |
desc->fEffectKeys[s] = factory.glEffectKey(drawEffect, gpu->glCaps()); |
- if (effect->willReadDst()) { |
+ if (effect->willReadDstColor()) { |
readsDst = true; |
} |
} else { |