| Index: include/gpu/SkGr.h
|
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
|
| index 68b93a1f8a7e15fcc775c95ead7016325d0ae59c..e9a7294818f9b067d9060535a142a858e73bf80e 100644
|
| --- a/include/gpu/SkGr.h
|
| +++ b/include/gpu/SkGr.h
|
| @@ -38,8 +38,9 @@ GR_STATIC_ASSERT((int)kSA_GrBlendCoeff == (int)SkXfermode::kSA_Coeff);
|
| GR_STATIC_ASSERT((int)kISA_GrBlendCoeff == (int)SkXfermode::kISA_Coeff);
|
| GR_STATIC_ASSERT((int)kDA_GrBlendCoeff == (int)SkXfermode::kDA_Coeff);
|
| GR_STATIC_ASSERT((int)kIDA_GrBlendCoeff == (int)SkXfermode::kIDA_Coeff);
|
| +GR_STATIC_ASSERT(SkXfermode::kCoeffCount == 10);
|
|
|
| -#define sk_blend_to_grblend(X) ((GrBlendCoeff)(X))
|
| +#define SkXfermodeCoeffToGrBlendCoeff(X) ((GrBlendCoeff)(X))
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|