Index: include/gpu/GrXferProcessor.h |
diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h |
index 301390db7314498094feb3d8d57902fe7e1345e2..f7487975e53906bdbdd5afa692a44e3b728b992a 100644 |
--- a/include/gpu/GrXferProcessor.h |
+++ b/include/gpu/GrXferProcessor.h |
@@ -261,16 +261,14 @@ |
uint32_t fClassID; |
private: |
- virtual GrXferProcessor* onCreateXferProcessor(const GrDrawTargetCaps& caps, |
- const GrProcOptInfo& colorPOI, |
+ virtual GrXferProcessor* onCreateXferProcessor(const GrProcOptInfo& colorPOI, |
const GrProcOptInfo& coveragePOI, |
const GrDeviceCoordTexture* dstCopy) const = 0; |
/** |
* Returns true if the XP generated by this factory will explicitly read dst in the fragment |
* shader. |
*/ |
- virtual bool willReadDstColor(const GrDrawTargetCaps& caps, |
- const GrProcOptInfo& colorPOI, |
+ virtual bool willReadDstColor(const GrProcOptInfo& colorPOI, |
const GrProcOptInfo& coveragePOI) const = 0; |
virtual bool onIsEqual(const GrXPFactory&) const = 0; |