Chromium Code Reviews| Index: include/gpu/gl/GrGLFunctions.h |
| diff --git a/include/gpu/gl/GrGLFunctions.h b/include/gpu/gl/GrGLFunctions.h |
| index dd62085012504dcd183441d9a521ac54caef2e3a..0b7beb601f37f737cd6223f5f2f361a1c379c6d7 100644 |
| --- a/include/gpu/gl/GrGLFunctions.h |
| +++ b/include/gpu/gl/GrGLFunctions.h |
| @@ -22,6 +22,7 @@ enum GrGLStandard { |
| kGL_GrGLStandard, |
| kGLES_GrGLStandard, |
| }; |
| +static const int kGrGLStandardCnt = 3; |
| /////////////////////////////////////////////////////////////////////////////// |