commit | 05d9c2e8b313754b15c988f981f619949c7fd44d | [log] [tgz] |
---|---|---|
author | Yoshifumi Inoue <yosin@chromium.org> | Mon Mar 28 04:34:02 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 28 04:34:02 2022 |
tree | 31a1f3ad2184defcd2ea1132d39e1658e060bed5 | |
parent | c2f2e0b7e9e2a8a5ecefcabfc83ea5ddaa079b6b [diff] |
Introduce FontGlobalContext::Init() This patch introduces |FontGlobalContext::Init()| to make |CoreInitializer| having explicit dependency to |FontUniqueNameLookup()| for improving modularity and ease of adding more initialization in |FontGlobalContext|. Note: This CL is a preparation of the CL[1]. [1] http://crrev.com/c/3211416: Parallel Text Shaping Bug: 1264280 Change-Id: I53fe85a5d9538ef7a86554650d2058ecd8bf5217 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3552025 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#985823}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.