Bug 276335
| Summary: | Fetch padding via a single virtual function call | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Layout and Rendering | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
Some code calls paddingTop(), paddingLeft() etc for all sides, which is 4 virtual function calls. Let's turn that into one.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/131329205>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/30577
EWS
Committed 280759@main (2ea416db59ab): <https://commits.webkit.org/280759@main>
Reviewed commits have been landed. Closing PR #30577 and removing active labels.