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