| Index: src/gpu/GrGpu.h
|
| ===================================================================
|
| --- src/gpu/GrGpu.h (revision 8417)
|
| +++ src/gpu/GrGpu.h (working copy)
|
| @@ -299,7 +299,7 @@
|
| * Can the provided configuration act as a color render target?
|
| */
|
| bool isConfigRenderable(GrPixelConfig config) const {
|
| - GrAssert(kGrPixelConfigCount > config);
|
| + GrAssert(kGrPixelConfigCnt > config);
|
| return fConfigRenderSupport[config];
|
| }
|
|
|
| @@ -403,7 +403,7 @@
|
|
|
| // Derived classes need access to this so they can fill it out in their
|
| // constructors
|
| - bool fConfigRenderSupport[kGrPixelConfigCount];
|
| + bool fConfigRenderSupport[kGrPixelConfigCnt];
|
|
|
| // Helpers for setting up geometry state
|
| void finalizeReservedVertices();
|
|
|