Bug 277474
| Summary: | [UnifiedPDF] Callers should be able to plumb layout row to AsyncPDFRenderer::pdfContentChangedInRect() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Abrar Rahman Protyasha <a_protyasha> |
| Component: | Assignee: | Abrar Rahman Protyasha <a_protyasha> | |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | a_protyasha, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Abrar Rahman Protyasha
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/132965803>
Abrar Rahman Protyasha
Pull request: https://github.com/WebKit/WebKit/pull/31591
EWS
Committed 281742@main (443e796d1538): <https://commits.webkit.org/281742@main>
Reviewed commits have been landed. Closing PR #31591 and removing active labels.