commit | ac32a5bd35abf1a6c009852c11fb8e1cb221f3a3 | [log] [tgz] |
---|---|---|
author | Eric Willigers <ericwilligers@chromium.org> | Wed Mar 02 01:47:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 02 01:47:33 2022 |
tree | 19f939ddb9d0ee58397287f203f877630db85b78 | |
parent | 9b6d87a7389349c53cceeac1a8745c80d6f7c7d8 [diff] |
EcheSystemAppDelegate: Avoid integer division when result is float float bounds_aspect_ratio was being calculated using integer division. Replace hight with height in tests. Bug: 1301149 Change-Id: I7024330f3612f3de4cbb3eb37399fd12fb373a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3488662 Reviewed-by: Giovanni Ortuno Urquidi <ortuno@chromium.org> Reviewed-by: Daniel Nishi <dhnishi@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/main@{#976503}
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.