Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WidthCache::SingleCharMap doesn't need to use 32 bits to store the key character #18597

Merged

Conversation

cdumez
Copy link
Contributor

@cdumez cdumez commented Oct 3, 2023

@cdumez cdumez self-assigned this Oct 3, 2023
@cdumez cdumez added the Layout and Rendering For bugs with layout and rendering of Web pages. label Oct 3, 2023
@cdumez cdumez marked this pull request as ready for review October 4, 2023 01:11
@cdumez cdumez added the merge-queue Applied to send a pull request to merge-queue label Oct 4, 2023
…y character

https://bugs.webkit.org/show_bug.cgi?id=262587

Reviewed by Alan Baradlay.

WidthCache::SingleCharMap doesn't need to use 32 bits to store the key character.
It is a UChar, which is guaranteed to be 16 bit.

* Source/WebCore/platform/graphics/WidthCache.h:

Canonical link: https://commits.webkit.org/268822@main
@webkit-commit-queue
Copy link
Collaborator

Committed 268822@main (ee2c346): https://commits.webkit.org/268822@main

Reviewed commits have been landed. Closing PR #18597 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit ee2c346 into WebKit:main Oct 4, 2023
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Layout and Rendering For bugs with layout and rendering of Web pages.
Projects
None yet
4 participants