Commit 6c16f3cb authored by David Anderson's avatar David Anderson
Browse files

Ensure an ordering between cross-process compositor association and...

Ensure an ordering between cross-process compositor association and PLayerTransaction construction. (bug 1316632, r=mattwoodrow)
parent 8eea6736
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -160,7 +160,10 @@ parent:
  sync Pause();
  sync Resume();

  async NotifyChildCreated(uint64_t id);
  // See bug 1316632 comment #33 for why this has to be sync. Otherwise,
  // there are ordering issues with SendPLayerTransactionConstructor.
  sync NotifyChildCreated(uint64_t id);

  async AdoptChild(uint64_t id);

  // Same as NotifyChildCreated, but used when child processes need to