RESOLVED FIXED276335
Fetch padding via a single virtual function call
https://bugs.webkit.org/show_bug.cgi?id=276335
Summary Fetch padding via a single virtual function call
Simon Fraser (smfr)
Reported 2024-07-08 13:38:09 PDT
Some code calls paddingTop(), paddingLeft() etc for all sides, which is 4 virtual function calls. Let's turn that into one.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-07-08 13:39:51 PDT
Simon Fraser (smfr)
Comment 2 2024-07-08 13:45:50 PDT
EWS
Comment 3 2024-07-08 18:12:04 PDT
Committed 280759@main (2ea416db59ab): <https://commits.webkit.org/280759@main> Reviewed commits have been landed. Closing PR #30577 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.