mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1082598 - Part 3: Fix thebes gfxPlatform shutdown for Skia. r=jrmuizel
This commit is contained in:
parent
6d1d43b9e1
commit
1478cd1889
@ -777,7 +777,7 @@ gfxPlatform::~gfxPlatform()
|
||||
#ifdef USE_SKIA
|
||||
// must do Skia cleanup before Cairo cleanup, because Skia may be referencing
|
||||
// Cairo objects e.g. through SkCairoFTTypeface
|
||||
SkGraphics::Term();
|
||||
SkGraphics::PurgeFontCache();
|
||||
#endif
|
||||
|
||||
#if MOZ_TREE_CAIRO
|
||||
|
Loading…
Reference in New Issue
Block a user