commit | e17bfbc80b204e975b7d1a5c9e9bdcaaf4692c18 | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Wed Aug 05 16:52:30 2020 |
committer | Commit Bot <[email protected]> | Wed Aug 05 16:52:30 2020 |
tree | 0358eeee043f619cb6adc98676ab13559c6aee51 | |
parent | 8c2e365190b756064d2283cc31e9c1d28d4b089c [diff] |
Fix GetFontWeightFromNSFont() GetFontWeightFromNSFont() uses a table of CoreText float values to look up corresponding Font::Weight values. The testing of the float values was broken; fix it. Bug: 1112998 Change-Id: Ia3346c2964e3c74cb855b701227a662aa281de8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337734 Reviewed-by: Elly Fong-Jones <[email protected]> Commit-Queue: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#795061}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.