mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 621527: Ignore update if layer manager IsDestroyed(). r=cjones a=a
This commit is contained in:
parent
2c67f4ace4
commit
e8afa2d979
@ -148,6 +148,10 @@ ShadowLayersParent::RecvUpdate(const InfallibleTArray<Edit>& cset,
|
||||
{
|
||||
MOZ_LAYERS_LOG(("[ParentSide] recieved txn with %d edits", cset.Length()));
|
||||
|
||||
if (layer_manager()->IsDestroyed()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
EditReplyVector replyv;
|
||||
|
||||
layer_manager()->BeginTransactionWithTarget(NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user