Index: src/gpu/effects/GrCustomXfermodePriv.h |
diff --git a/src/gpu/effects/GrCustomXfermodePriv.h b/src/gpu/effects/GrCustomXfermodePriv.h |
index 690b2fc7929d89041a6ee918f24c0e42bba71ad0..6fcc3be13600ad0e72712ae6fda790f0c14f5845 100644 |
--- a/src/gpu/effects/GrCustomXfermodePriv.h |
+++ b/src/gpu/effects/GrCustomXfermodePriv.h |
@@ -131,10 +131,7 @@ public: |
void getInvariantOutput(const GrProcOptInfo& colorPOI, const GrProcOptInfo& coveragePOI, |
GrXPFactory::InvariantOutput*) const SK_OVERRIDE; |
- bool willReadDst(const GrProcOptInfo& colorPOI, |
- const GrProcOptInfo& coveragePOI) const SK_OVERRIDE { |
- return true; |
- } |
+ bool willReadDst() const SK_OVERRIDE { return true; } |
private: |
bool onIsEqual(const GrXPFactory& xpfBase) const SK_OVERRIDE { |