| Index: src/gpu/GrProgramDesc.h | 
| diff --git a/src/gpu/GrProgramDesc.h b/src/gpu/GrProgramDesc.h | 
| index 15106305fa63500114e87cdb30606f6c76a246d0..13dd14935d8dff2992dcfebbeb94ab6a7f1bd0f4 100644 | 
| --- a/src/gpu/GrProgramDesc.h | 
| +++ b/src/gpu/GrProgramDesc.h | 
| @@ -76,8 +76,9 @@ public: | 
| uint8_t                     fSnapVerticesToPixelCenters; | 
| int8_t                      fColorEffectCnt; | 
| int8_t                      fCoverageEffectCnt; | 
| +        uint8_t                     fIgnoresCoverage; | 
| }; | 
| -    GR_STATIC_ASSERT(sizeof(KeyHeader) == 4); | 
| +    GR_STATIC_ASSERT(sizeof(KeyHeader) == 5); | 
|  | 
| int numColorEffects() const { | 
| return this->header().fColorEffectCnt; | 
|  |