Chromium Code Reviews| Index: src/gpu/GrStencil.cpp |
| diff --git a/src/gpu/GrStencil.cpp b/src/gpu/GrStencil.cpp |
| index 767726084cffac43c3fb3ceca1e4a1f66d0e7ea4..f37aa317ec37b20f9ff0f731278ab27dedc8bf66 100644 |
| --- a/src/gpu/GrStencil.cpp |
| +++ b/src/gpu/GrStencil.cpp |
| @@ -389,7 +389,7 @@ bool GrStencilSettings::GetClipPasses( |
| } |
| break; |
| default: |
| - GrCrash("Unknown set op"); |
| + SkFAIL("Unknown set op"); |
| } |
| return false; |
| } |