Bug 241793
Summary: | Remove local bounds from DrawGlyphs and DrawDecomposedGlyphs display list items | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
Component: | WebKit Process Model | Assignee: | Cameron McCormack (:heycam) <heycam> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Cameron McCormack (:heycam)
These fields exist only because the localBounds() function on display list items doesn't have access to the relevant resources, only the resource ID. This patch passes the resource heap into localBounds() so that DrawGlyphs and DrawDecomposedGlyphs can compute bounds on the fly. This lets us avoid sending the bounds over IPC too.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/1642
Radar WebKit Bug Importer
<rdar://problem/96027465>
EWS
Committed 252442@main (d05bc644486e): <https://commits.webkit.org/252442@main>
Reviewed commits have been landed. Closing PR #1642 and removing active labels.