commit | 309359152330531979f1e97b8a521956198a58d5 | [log] [tgz] |
---|---|---|
author | Chunbo Hua <chunbo.hua@intel.com> | Sat Jan 20 03:49:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 20 03:49:43 2024 |
tree | a62fb74a9dbecfc5086b373415813ed1cf1a77db | |
parent | 8d657430b73999e667d47be26b94c93f8ddbb8ae [diff] |
Use proper floating-point comparison for swap chain presentation. Floating point adjustment generates floating point sizes for swap chain presentation which will be rounded to be integral eventually before presentation happens. 0.01f is used here for DCHECK tolerance in order to ensure the calculations are as expected. Besides, new crash collecting keys are added for potential crash monitoring. Bug: 1517344 Change-Id: I7d9a0bf289cc49175a8a84bf5549b95c4d959aed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5208322 Reviewed-by: Maggie Chen <magchen@chromium.org> Commit-Queue: Chunbo Hua <chunbo.hua@intel.com> Cr-Commit-Position: refs/heads/main@{#1249779}
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.