зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1712047 - keep Skia temporary data surface alive. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D117037
This commit is contained in:
Родитель
9afd29f8b3
Коммит
79c2eb99d9
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче