зеркало из https://github.com/mozilla/gecko-dev.git
Bug 602659 - move some mutex locking - r=roc
This commit is contained in:
Родитель
b8b72bb4cd
Коммит
c6c0aa1744
|
@ -157,11 +157,11 @@ void
|
|||
RecycleBin::RecycleTexture(GLTexture *aTexture, TextureType aType,
|
||||
const gfxIntSize& aSize)
|
||||
{
|
||||
MutexAutoLock lock(mLock);
|
||||
|
||||
if (!aTexture->IsAllocated())
|
||||
return;
|
||||
|
||||
MutexAutoLock lock(mLock);
|
||||
|
||||
if (!mRecycledTextures[aType].IsEmpty() && aSize != mRecycledTextureSizes[aType]) {
|
||||
mRecycledTextures[aType].Clear();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче