and not the run list. it's faster.
Created attachment 435534 [details] Patch
Comment on attachment 435534 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435534&action=review > Source/WebCore/layout/integration/LayoutIntegrationBoxTree.h:66 > + const BoxAndRendererList& boxAndRendererList() { return m_boxes; } function should be const too
Comment on attachment 435534 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435534&action=review > Source/WebCore/layout/integration/LayoutIntegrationBoxTree.h:65 > + using BoxAndRendererList = Vector<BoxAndRenderer, 1>; This is probably not needed, I think you can do const auto& boxAndRendererList() const { return m_boxes; }
Created attachment 435537 [details] Patch
Created attachment 436037 [details] Patch
<rdar://problem/82195667>
Committed r281361 (240776@main): <https://commits.webkit.org/240776@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 436037 [details].