RESOLVED FIXED277474
[UnifiedPDF] Callers should be able to plumb layout row to AsyncPDFRenderer::pdfContentChangedInRect()
https://bugs.webkit.org/show_bug.cgi?id=277474
Summary [UnifiedPDF] Callers should be able to plumb layout row to AsyncPDFRenderer::...
Abrar Rahman Protyasha
Reported 2024-08-01 00:10:17 PDT
Callers of AsyncPDFRenderer::pdfContentChangedInRect() are expected to be aware of the layout row corresponding to the graphics layer (and the changed content) they want to inform the renderer of. As such, it makes sense to get rid of the extra work of having to look up a layout row corresponding to a TiledBacking and instead have said data provided to us by callers.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-01 00:10:28 PDT
Abrar Rahman Protyasha
Comment 2 2024-08-01 01:54:55 PDT
EWS
Comment 3 2024-08-01 19:19:41 PDT
Committed 281742@main (443e796d1538): <https://commits.webkit.org/281742@main> Reviewed commits have been landed. Closing PR #31591 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.