commit | a3a77972c4fa8b64d3d5007af33d04f1cdb7a0d9 | [log] [tgz] |
---|---|---|
author | Scott Violet <sky@chromium.org> | Mon Jul 01 17:40:45 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 01 17:40:45 2024 |
tree | b6cb765ce88a4915a42ec59a0b0f13f4b63fe071 | |
parent | d49c3cfad4201bc7f815f521c313f01d4e8e77e0 [diff] |
canvas: don't use arc op for small arcs Small arcs seem to have problems rendering with ganesh. This disables the arcop for small arcs. The hope is this is temporary. Bug: 348683485 Change-Id: Ia412e7a3cf6130d15c05f00091e824015d44df60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5664157 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1321740}
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.