Index: src/core/SkXfermode_proccoeff.h |
diff --git a/src/core/SkXfermode_proccoeff.h b/src/core/SkXfermode_proccoeff.h |
index bba8b396157be3143476ebb357065e2d053790a1..df2b9743385ce0c3acfb52eb7a9eb168ec149d60 100644 |
--- a/src/core/SkXfermode_proccoeff.h |
+++ b/src/core/SkXfermode_proccoeff.h |
@@ -29,10 +29,8 @@ public: |
virtual bool asCoeff(Coeff* sc, Coeff* dc) const SK_OVERRIDE; |
#if SK_SUPPORT_GPU |
- virtual bool asNewEffectOrCoeff(GrEffectRef** effect, |
- Coeff* src, |
- Coeff* dst, |
- GrTexture* background) const SK_OVERRIDE; |
+ virtual bool asNewEffect(GrEffectRef** effect, |
+ GrTexture* background) const SK_OVERRIDE; |
#endif |
SK_DEVELOPER_TO_STRING() |