commit | d2809cbdd455075422f629fea1e2a5b3cf598901 | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Wed Jan 24 22:44:58 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 22:44:58 2024 |
tree | 2399cb385461910ced7148d7e9a4640ad3186a78 | |
parent | eae38587bdfbcd3dac6f04a4ae4c4a325507b0ff [diff] |
Fold non-static TextPainterBase::UpdateGraphicsContext It only has one caller, so the benefit is minimal. Remove the default shadow mode argument to the static UpdateGraphicsContext() version and CreateDrawLooper(), since it's not used for latter and only used by a single caller for the former. This makes the code more explicit. Change-Id: I7980f6c0062da3a47e6e4fb57ac5cc0aae1b6c45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5233629 Auto-Submit: Fredrik Söderquist <fs@opera.com> Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/main@{#1251761}
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.