зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1251806 - In RasterImage::GetFrameInternal(), check if the frame covers the actual surface size rather than the requested surface size. r=tn
This commit is contained in:
Родитель
6451b96c1d
Коммит
5a675c9ccb
|
@ -599,7 +599,7 @@ RasterImage::GetFrameInternal(const IntSize& aSize,
|
|||
// surface.
|
||||
RefPtr<SourceSurface> frameSurf;
|
||||
if (!frameRef->NeedsPadding() &&
|
||||
frameRef->GetSize() == aSize) {
|
||||
frameRef->GetSize() == frameRef->GetImageSize()) {
|
||||
frameSurf = frameRef->GetSurface();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче