fix mozilla bug

TBR=bsalomon@google.com
BUG=skia:4621

Review URL: https://codereview.chromium.org/1500023002
This commit is contained in:
joshualitt 2015-12-04 08:51:11 -08:00 committed by Commit bot
parent 886e5e41db
commit 91d0620586

View File

@ -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 {