commit | 4389d3721bb4545df8106bc7df834f5c9451f71d | [log] [tgz] |
---|---|---|
author | Wei Lee <wtlee@google.com> | Sat Apr 30 12:08:34 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Apr 30 12:08:34 2022 |
tree | fa4c812c534b666ea4e400398403c2ca84decdb6 | |
parent | 9be133e40586ca7c170ed539fc5680a829d6bcff [diff] |
CCA: Show FPS toggle only when 30/60 fps are both supported In https://crrev.com/c/3608328, to handle cases that no constant fps is supported on the device, we create a hidden FPS option with "null" constFps to indicate it is a non-constant fps option. However, it breaks the logic to determine whether the FPS button should be shown. Instead of checking the amount of fps options, we should check the amount of fps options with "supported constant fps". Bug: b:230945169 Test: Manually Change-Id: I868c76f4225ba19fba16deca33ab9d7a1d0d6d3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3616198 Auto-Submit: Wei Lee <wtlee@chromium.org> Reviewed-by: Shik Chen <shik@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/main@{#998085}
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.