summaryrefslogtreecommitdiff
path: root/effects/SkLightingImageFilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'effects/SkLightingImageFilter.cpp')
-rw-r--r--effects/SkLightingImageFilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/effects/SkLightingImageFilter.cpp b/effects/SkLightingImageFilter.cpp
index b485ae1b..24fdd0e9 100644
--- a/effects/SkLightingImageFilter.cpp
+++ b/effects/SkLightingImageFilter.cpp
@@ -1115,7 +1115,7 @@ SkLight* create_random_light(SkRandom* random) {
random->nextU()));
}
default:
- GrCrash();
+ SkFAIL("Unexpected value.");
return NULL;
}
}