Bug 310219
| Summary: | WidthIterator::expandWithInitialAdvance: Pass GlyphBufferAdvance by value and return result | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | Text | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fantasai.bugs, vitor.roriz, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitor Roriz
GlyphBufferAdvance is a trivially-copyable 8-byte type (two floats). Pass both parameters by value and return the result instead of mutating through a reference.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/172863845>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/60889
EWS
Committed 309524@main (ff646bde9c20): <https://commits.webkit.org/309524@main>
Reviewed commits have been landed. Closing PR #60889 and removing active labels.