Bug 1317562. Make style images use async image notifications when requesting decoding. r=aosmond

This commit is contained in:
Timothy Nikkel 2016-11-27 01:33:02 -06:00
Родитель af7c09796f
Коммит 651143f578
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2285,7 +2285,7 @@ nsStyleImage::StartDecoding() const
if (!req) {
return NS_ERROR_FAILURE;
}
return req->StartDecoding(imgIContainer::FLAG_NONE);
return req->StartDecoding(imgIContainer::FLAG_ASYNC_NOTIFY);
}
return NS_OK;
}