Index: include/gpu/GrTypes.h |
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
index 1f5f9179b9ae768864be6d37d02c53dc30a34ad0..22b2e224f6edd3dbe513adb6215d1502d569403a 100644 |
--- a/include/gpu/GrTypes.h |
+++ b/include/gpu/GrTypes.h |
@@ -222,10 +222,8 @@ |
kConstA_GrBlendCoeff, //<! constant color alpha |
kIConstA_GrBlendCoeff, //<! one minus constant color alpha |
- kFirstPublicGrBlendCoeff = kZero_GrBlendCoeff, |
- kLastPublicGrBlendCoeff = kIConstA_GrBlendCoeff, |
-}; |
-static const int kPublicGrBlendCoeffCount = kLastPublicGrBlendCoeff + 1; |
+ kPublicGrBlendCoeffCount |
+}; |
/** |
* Formats for masks, used by the font cache. |