зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1317562. Make style images use async image notifications when requesting decoding. r=aosmond
This commit is contained in:
Родитель
ac78727eab
Коммит
81c310eff2
|
@ -2265,7 +2265,7 @@ nsStyleImage::StartDecoding() const
|
|||
if (!req) {
|
||||
return false;
|
||||
}
|
||||
return req->StartDecodingWithResult(imgIContainer::FLAG_NONE);
|
||||
return req->StartDecodingWithResult(imgIContainer::FLAG_ASYNC_NOTIFY);
|
||||
}
|
||||
// null image types always return false from IsComplete, so we do the same here.
|
||||
return mType != eStyleImageType_Null ? true : false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче