mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 854803 - Part 2: Don't try to enqueue more decoding from DecodeDoneWorker. r=seth
--HG-- extra : rebase_source : 0d46455743f02d58c5615c72afb90bba13d505bc
This commit is contained in:
parent
c49be76e03
commit
3fac653899
@ -3908,11 +3908,6 @@ RasterImage::DecodeDoneWorker::Run()
|
||||
|
||||
mImage->FinishedSomeDecoding(eShutdownIntent_Done, mRequest);
|
||||
|
||||
// If we didn't finish decoding yet, try again
|
||||
if (mImage->mDecoder) {
|
||||
DecodePool::Singleton()->RequestDecode(mImage);
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user