commit | 31d2cb3c1e580afe2c77b981c2bc5cf7ee3f70ec | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Mon Nov 01 06:21:43 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 01 06:21:43 2021 |
tree | c52e2032f9eb8e0edb6dd63a66f95821b996450d | |
parent | 4514cff57ec9adb5cd46af7a6d1480ba3c772b3a [diff] |
[AsyncFontAccess] Add |FindFamilyIndexLockRequired| This patch adds a function that finds the family index for a given name, but assumes that the caller has already acquired the lock. This change is a preparation to reduce the number of locks for the prewarmer. This patch has no behavior changes. Bug: 1256946 Change-Id: Ia638019c67c186a0ab1946745fd9010f50557a83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3255064 Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#936827}
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.