fix mozilla bug
TBR=bsalomon@google.com BUG=skia:4621 Review URL: https://codereview.chromium.org/1500023002
This commit is contained in:
parent
886e5e41db
commit
91d0620586
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user