Bug 1712047 - keep Skia temporary data surface alive. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D117037
This commit is contained in:
Lee Salzman 2021-06-07 18:51:33 +00:00
Родитель 9afd29f8b3
Коммит 79c2eb99d9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -273,7 +273,7 @@ static sk_sp<SkImage> GetSkImageForSurface(SourceSurface* aSurface,
releaseProc = ReleaseTemporarySurface;
}
DataSourceSurface* surf = aSurface->GetDataSurface().take();
DataSourceSurface* surf = dataSurface.forget().take();
// Skia doesn't support RGBX surfaces so ensure that the alpha value is opaque
// white.