Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: src/gpu/GrStencil.cpp

Issue 257393004: Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: whitespace change Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698