Chromium Code Reviews| Index: include/gpu/GrColor.h |
| diff --git a/include/gpu/GrColor.h b/include/gpu/GrColor.h |
| index b0bce3f9b5f2dff0bdd0c00d3e1114e5c74a76a0..183781ac3ec27132b76360567d9a43f18f95142f 100644 |
| --- a/include/gpu/GrColor.h |
| +++ b/include/gpu/GrColor.h |
| @@ -117,7 +117,7 @@ static inline char GrColorComponentFlagToChar(GrColorComponentFlags component) { |
| case kA_GrColorComponentFlag: |
| return 'a'; |
| default: |
| - GrCrash("Invalid color component flag."); |
| + SkFAIL("Invalid color component flag."); |
| return '\0'; |
| } |
| } |