commit | 83a85a2e4d6e07e13d41252de9c8471ebfc0a437 | [log] [tgz] |
---|---|---|
author | Xida Chen <xidachen@chromium.org> | Wed Jun 02 16:51:23 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 02 16:51:23 2021 |
tree | 9d9a0f1816e402c87300f865c1bb6a9ec293656c | |
parent | 1e7286591a25bce17c25caf0af3aaa5710ed1bce [diff] |
Turn CompositeBGColorAnimation experimental This CL turns the feature experimental, so that all tests will be running with the flag. Here is one extra changes: 1. We have testing environment that is not threaded (no compositor thread), and in those cases we should not even try to create a BackgroundColorPaintWorklet, or try to run on the background color animation on the compositor thread. Bug: 1097045 Change-Id: Ibf7b388bf6f0b62cdb2810efae1e8f9903e612fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2909889 Reviewed-by: Philip Rogers <pdr@chromium.org> Reviewed-by: Kevin Ellis <kevers@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#888500}
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.