Chromium Code Reviews| Index: src/gpu/GrPipeline.h | 
| diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h | 
| index 4b979f03106c2654591056e4b291222d552fa6da..a85ae67135ee630dc3f641ce9213a03ed60ceac2 100644 | 
| --- a/src/gpu/GrPipeline.h | 
| +++ b/src/gpu/GrPipeline.h | 
| @@ -34,7 +34,7 @@ | 
| const GrProcOptInfo& coveragePOI, | 
| const GrCaps&, | 
| const GrScissorState&, | 
| - const GrXferProcessor::DstTexture*); | 
| + const GrDeviceCoordTexture* dstCopy); | 
| /* | 
| * Returns true if these pipelines are equivalent. |