ProcessDidResume() IPC should be sent upon resuming when ProcessWillSuspendImminently() IPC was sent. Currently, we only send ProcessDidResume() to the WebProcess if PrepareToSuspend() was sent, not when the more urgent ProcessWillSuspendImminently() IPC was sent. This mismatch has lead to bugs because the WebProcess does not know it got resumed and failed to unfreeze the layers it froze upon suspension.
<rdar://problem/48642739>
Created attachment 363804 [details] Patch
Comment on attachment 363804 [details] Patch r=me
Comment on attachment 363804 [details] Patch Clearing flags on attachment: 363804 Committed r242580: <https://trac.webkit.org/changeset/242580>
All reviewed patches have been landed. Closing bug.