зеркало из https://github.com/mozilla/moz-skia.git
add default return value for GrClip::operator==
This commit is contained in:
Родитель
588f0fa345
Коммит
2921c992ee
|
@ -85,6 +85,8 @@ public:
|
|||
return this->irect() == other.irect();
|
||||
break;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
bool operator!=(const GrClip& other) const {
|
||||
|
|
Загрузка…
Ссылка в новой задаче