mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1213968 - Renew the surface on iOS when resuming the compositor r=kats
This commit is contained in:
parent
82677a4609
commit
c8500a43e5
@ -1532,7 +1532,7 @@ CompositorOGL::Pause()
|
||||
bool
|
||||
CompositorOGL::Resume()
|
||||
{
|
||||
#ifdef MOZ_WIDGET_ANDROID
|
||||
#if defined(MOZ_WIDGET_ANDROID) || defined(MOZ_WIDGET_UIKIT)
|
||||
if (!gl() || gl()->IsDestroyed())
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user