Index: src/gpu/gl/GrGLCaps.h |
=================================================================== |
--- src/gpu/gl/GrGLCaps.h (revision 8417) |
+++ src/gpu/gl/GrGLCaps.h (working copy) |
@@ -252,7 +252,7 @@ |
} |
} |
- static const int kNumUints = (kGrPixelConfigCount + 31) / 32; |
+ static const int kNumUints = (kGrPixelConfigCnt + 31) / 32; |
uint32_t fVerifiedColorConfigs[kNumUints]; |
void markVerified(GrPixelConfig config) { |