Chromium Code Reviews| Index: src/gpu/GrPrimitiveProcessor.h |
| diff --git a/src/gpu/GrPrimitiveProcessor.h b/src/gpu/GrPrimitiveProcessor.h |
| index a088d38b611dbd248ac8918dc202cf6cbd156d74..45668e9be68ea4ac48d1d7da49246569defaca16 100644 |
| --- a/src/gpu/GrPrimitiveProcessor.h |
| +++ b/src/gpu/GrPrimitiveProcessor.h |
| @@ -83,6 +83,7 @@ struct GrPipelineInfo { |
| bool fCoverageIgnored; |
| GrColor fOverrideColor; |
| bool fUsesLocalCoords; |
| + bool fCanTweakAlphaForCoverage; |
| }; |
| /* |