mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1416614
- Add checks to ImageBridgeParent::NotifyImageComposites r=nical
This commit is contained in:
parent
52e98f4308
commit
a15823ac76
@ -389,6 +389,9 @@ ImageBridgeParent::NotifyImageComposites(nsTArray<ImageCompositeNotificationInfo
|
||||
++end;
|
||||
}
|
||||
RefPtr<ImageBridgeParent> bridge = GetInstance(pid);
|
||||
if (!bridge || bridge->mClosed) {
|
||||
continue;
|
||||
}
|
||||
bridge->SendPendingAsyncMessages();
|
||||
if (!bridge->SendDidComposite(notifications)) {
|
||||
ok = false;
|
||||
|
Loading…
Reference in New Issue
Block a user