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