| Index: src/core/SkXfermode_proccoeff.h
|
| diff --git a/src/core/SkXfermode_proccoeff.h b/src/core/SkXfermode_proccoeff.h
|
| index 47472e683c0ceef6990f6fa2844f45cd87dbf984..f3b9b2491a73e2118240a1fbaa74a1a305e472da 100644
|
| --- a/src/core/SkXfermode_proccoeff.h
|
| +++ b/src/core/SkXfermode_proccoeff.h
|
| @@ -35,8 +35,8 @@ public:
|
| virtual bool asCoeff(Coeff* sc, Coeff* dc) const SK_OVERRIDE;
|
|
|
| #if SK_SUPPORT_GPU
|
| - virtual bool asNewEffect(GrEffect** effect,
|
| - GrTexture* background) const SK_OVERRIDE;
|
| + virtual bool asFragmentProcessor(GrFragmentProcessor**,
|
| + GrTexture* background) const SK_OVERRIDE;
|
| #endif
|
|
|
| SK_TO_STRING_OVERRIDE()
|
|
|