| Index: src/gpu/GrPipelineBuilder.h
 | 
| diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h
 | 
| index 5743c39dc59c2c3609d435b24f517d4a06b00fa7..df9a1c85ee18a72777ee773982fe47e51456dac3 100644
 | 
| --- a/src/gpu/GrPipelineBuilder.h
 | 
| +++ b/src/gpu/GrPipelineBuilder.h
 | 
| @@ -102,9 +102,10 @@
 | 
|      const GrFragmentStage& getCoverageStage(int idx) const { return fCoverageStages[idx]; }
 | 
|  
 | 
|      /**
 | 
| -     * Checks whether the xp will need a copy of the destination to correctly blend.
 | 
| -     */
 | 
| -    bool willXPNeedDstCopy(const GrDrawTargetCaps& caps) const;
 | 
| +     * Checks whether the xp will read the dst pixel color.
 | 
| +     * TODO: remove when we have dstCpy contained inside of GrXP
 | 
| +     */
 | 
| +    bool willEffectReadDstColor() const;
 | 
|  
 | 
|      /**
 | 
|       * The xfer processor factory.
 | 
| 
 |