Bug 1213968 - Renew the surface on iOS when resuming the compositor r=kats

This commit is contained in:
James Willcox 2015-10-12 12:04:09 -05:00
parent 82677a4609
commit c8500a43e5

View File

@ -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;