Bug 990080 - Prepare for the next reycle, only if TextureClient request it r=BenWa

This commit is contained in:
Sotaro Ikeda 2014-04-11 17:42:35 -07:00
Родитель 53802c10fb
Коммит 9ea14294a1
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -644,7 +644,10 @@ TextureParent::CompositorRecycle()
mozilla::unused << SendCompositorRecycle(handle);
// Don't forget to prepare for the next reycle
mWaitForClientRecycle = mTextureHost;
// if TextureClient request it.
if (mTextureHost->GetFlags() & TEXTURE_RECYCLE) {
mWaitForClientRecycle = mTextureHost;
}
}
bool