aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrClip.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-12-04 08:51:11 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-04 08:51:11 -0800
commit91d06205862255ab68578a0072f0f21c06d38fb6 (patch)
treef8dad7cbf7cbb0aa77b79234cc44ff105b2ae66f /include/gpu/GrClip.h
parent886e5e41db5d6d42368f225785013c9308dc66bc (diff)
fix mozilla bug
TBR=bsalomon@google.com BUG=skia:4621 Review URL: https://codereview.chromium.org/1500023002
Diffstat (limited to 'include/gpu/GrClip.h')
-rw-r--r--include/gpu/GrClip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/GrClip.h b/include/gpu/GrClip.h
index 18f212f962..cf6e65c976 100644
--- a/include/gpu/GrClip.h
+++ b/include/gpu/GrClip.h
@@ -85,6 +85,8 @@ public:
return this->irect() == other.irect();
break;
}
+ SkFAIL("This should not occur\n");
+ return false;
}
bool operator!=(const GrClip& other) const {