Make DisplayList holds a Vector of DisplayList items. There is no need for the read and write clients anymore. They were used in the past to share the recorded DisplayList items with GPU Process through a ring buffer. After introducing the StreamConnection, using the DisplayList became limited to the TextPainter recording. Simplifying this code will allow replaying back a whole DisplayList in GPU Process all at once.
<rdar://problem/113921399>
Pull request: https://github.com/WebKit/WebKit/pull/16715
Committed 267213@main (2f7775558dc8): <https://commits.webkit.org/267213@main> Reviewed commits have been landed. Closing PR #16715 and removing active labels.