зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1376875 - Call Destroy() from LayerTransactionParent::ActorDestroy() r=nical
This commit is contained in:
Родитель
2715d11a70
Коммит
cb7938acc1
|
@ -97,6 +97,9 @@ LayerTransactionParent::RecvShutdownSync()
|
|||
void
|
||||
LayerTransactionParent::Destroy()
|
||||
{
|
||||
if (mDestroyed) {
|
||||
return;
|
||||
}
|
||||
mDestroyed = true;
|
||||
mCompositables.clear();
|
||||
}
|
||||
|
@ -891,6 +894,7 @@ LayerTransactionParent::RecvForceComposite()
|
|||
void
|
||||
LayerTransactionParent::ActorDestroy(ActorDestroyReason why)
|
||||
{
|
||||
Destroy();
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
Загрузка…
Ссылка в новой задаче