Bug 1579401. wr-blob: Merge if condition. r=nical

No need to check twice and this will make it cleaner when we change the condition.

Differential Revision: https://phabricator.services.mozilla.com/D44994

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jeff Muizelaar 2019-09-06 15:05:20 +00:00
Родитель a8f4386427
Коммит 76625b1eb6
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -794,11 +794,6 @@ struct DIGroup {
if (!mInvalidRect.Contains(bounds)) { if (!mInvalidRect.Contains(bounds)) {
GP("Passing\n"); GP("Passing\n");
dirty = false; dirty = false;
}
if (mInvalidRect.Contains(bounds)) {
GP("Wholely contained\n");
} else {
BlobItemData* data = GetBlobItemData(item); BlobItemData* data = GetBlobItemData(item);
if (data->mInvalid) { if (data->mInvalid) {
if (item->GetType() == DisplayItemType::TYPE_TRANSFORM) { if (item->GetType() == DisplayItemType::TYPE_TRANSFORM) {