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