Chromium Code Reviews| Index: include/gpu/GrTypes.h |
| diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
| index 22b2e224f6edd3dbe513adb6215d1502d569403a..e30c3c1248af456a37587e62f3e036081263a7b6 100644 |
| --- a/include/gpu/GrTypes.h |
| +++ b/include/gpu/GrTypes.h |
| @@ -222,6 +222,8 @@ enum GrBlendCoeff { |
| kConstA_GrBlendCoeff, //<! constant color alpha |
| kIConstA_GrBlendCoeff, //<! one minus constant color alpha |
| + kFirstPublicGrBlendCoeff = kZero_GrBlendCoeff, |
| + kLastPublicGrBlendCoeff = kIConstA_GrBlendCoeff, |
| kPublicGrBlendCoeffCount |
|
bsalomon
2014/10/06 14:29:04
Do we still need this? or can we at least define i
|
| }; |