Backed out changeset da9a99c4896c (bug 1531975) for causing PersistentBufferProvider build bustages CLOSED TREE

This commit is contained in:
Ciure Andrei 2019-03-07 18:44:24 +02:00
Родитель a9c6312e6e
Коммит 07a1cbed27
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -304,7 +304,7 @@ PersistentBufferProviderShared::BorrowDrawTarget(
} }
if (!tex) { if (!tex) {
gfxCriticalNote() << "Unexpected BufferProvider over-production."; gfxCriticalError() << "Unexpected BufferProvider over-production.";
// It would be pretty bad to keep piling textures up at this point so we // It would be pretty bad to keep piling textures up at this point so we
// call NotifyInactive to remove some of our textures. // call NotifyInactive to remove some of our textures.
NotifyInactive(); NotifyInactive();