commit | 44445727e2f2e7737e14d16a5351dba645d6a691 | [log] [tgz] |
---|---|---|
author | Jean-Philippe Gravel <jpgravel@chromium.org> | Mon Jul 28 16:08:34 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 28 16:08:34 2025 |
tree | f7e2fabd90e0d65c24203d8b766d4093a90c2e9c | |
parent | ec17841b0b0393c20577743dd07ed511eb879773 [diff] |
Use the kNoOverdraw constant consistently in BRC2D::Draw calls Some callers were using the kNoOverdraw constant whereas others were providing an equivalent lambda explicitly. For consistency and simplicity, it's better to use the constant everywhere. Since `Draw()` is called from different subclasses, `kNoOverdraw` was promoted to a static member function `NoOverdraw` in the base class. Bug: 364549423 Change-Id: I001b11db793d5d6f0c322fb33f15ef189c033729 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5971115 Reviewed-by: Andres Ricardo Perez <andresrperez@chromium.org> Commit-Queue: Jean-Philippe Gravel <jpgravel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1492875}
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.