Bug 1431028 - Move the gfx warning to the correct position. r=mattwoodrow

We should only show the warning message when we have the on-white buffer.

MozReview-Commit-ID: 4gzo0reYIVL
This commit is contained in:
JerryShih 2018-01-17 02:19:00 -05:00
Родитель 138670043b
Коммит 0f873b8e86
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -242,9 +242,9 @@ ClientSingleTiledLayerBuffer::PaintThebes(const nsIntRegion& aNewValidRegion,
copy.CopyBuffer();
}
}
} else {
gfxWarning() << "[Tiling:Client] Failed to aquire the discarded front buffer's draw target";
}
} else {
gfxWarning() << "[Tiling:Client] Failed to aquire the discarded front buffer's draw target";
}
} else {
gfxWarning() << "[Tiling:Client] Failed to aquire the discarded front buffer's draw target";