зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1100725 (Part 3) - Take invalidations after decoder shutdown in FinishedSomeDecoding. r=tn
This commit is contained in:
Родитель
f79d8bad3b
Коммит
19bf07bbcc
|
@ -2966,7 +2966,8 @@ RasterImage::FinishedSomeDecoding(eShutdownIntent aIntent /* = eShutdownIntent_D
|
|||
image->DoError();
|
||||
}
|
||||
|
||||
// If there were any final progress changes, grab them.
|
||||
// If there were any final changes, grab them.
|
||||
invalidRect.Union(decoder->TakeInvalidRect());
|
||||
progress |= decoder->GetProgress();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче