| Index: include/gpu/effects/GrPorterDuffXferProcessor.h
|
| diff --git a/include/gpu/effects/GrPorterDuffXferProcessor.h b/include/gpu/effects/GrPorterDuffXferProcessor.h
|
| index e4f72203f64a83447c24872838fe669005c5cbd9..56ddb372b4776a932e6f174f4a7c1de886a63094 100644
|
| --- a/include/gpu/effects/GrPorterDuffXferProcessor.h
|
| +++ b/include/gpu/effects/GrPorterDuffXferProcessor.h
|
| @@ -29,7 +29,7 @@
|
| GrXferProcessor* onCreateXferProcessor(const GrCaps& caps,
|
| const GrProcOptInfo& colorPOI,
|
| const GrProcOptInfo& coveragePOI,
|
| - const DstTexture*) const override;
|
| + const GrDeviceCoordTexture* dstCopy) const override;
|
|
|
| bool willReadDstColor(const GrCaps& caps,
|
| const GrProcOptInfo& colorPOI,
|
|
|