Chromium Code Reviews| Index: include/gpu/GrTypes.h |
| diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
| index 49397a5f0316f7dc2f3530c380724a3a4b37634a..9c68af2ced1a338938b49499cd0b2fccd712f0fd 100644 |
| --- a/include/gpu/GrTypes.h |
| +++ b/include/gpu/GrTypes.h |
| @@ -70,11 +70,6 @@ template <typename T> const T& GrMax(const T& a, const T& b) { |
| } |
| /** |
| - * Count elements in an array |
| - */ |
| -#define GR_ARRAY_COUNT(array) SK_ARRAY_COUNT(array) |
| - |
| -/** |
| * 16.16 fixed point type |
| */ |
| typedef int32_t GrFixed; |