Chromium Code Reviews| Index: src/gpu/GrGpu.h |
| diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
| index 86c25ee72f1f43dfe8dd6d87b477c8b1b7678175..2b3608df18160d99792ce73a1ac68302c22f377d 100644 |
| --- a/src/gpu/GrGpu.h |
| +++ b/src/gpu/GrGpu.h |
| @@ -295,7 +295,7 @@ public: |
| * Can the provided configuration act as a color render target? |
| */ |
| bool isConfigRenderable(GrPixelConfig config) const { |
| - GrAssert(kGrPixelConfigCnt > config); |
| + SkASSERT(kGrPixelConfigCnt > config); |
| return fConfigRenderSupport[config]; |
| } |