commit | 4c0f852e3e8c4d2ad644ceaecb481f1676f613c2 | [log] [tgz] |
---|---|---|
author | Roger McFarlane <rogerm@chromium.org> | Tue Dec 17 17:10:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 17 17:10:12 2024 |
tree | dce37f8831d6617257d4e098ba5d1b854b2bc605 | |
parent | 21822299fd99cd07b594b8553671b432750c6e53 [diff] |
Fix size param passed to GetPerformanceInfo() The param was passed as sizeof(pointer) instead of sizeof(*pointer). Change-Id: Iff3c51934c3a12291d27ccce43407e89472f1989 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6097919 Auto-Submit: Roger McFarlane <rogerm@chromium.org> Reviewed-by: Francois Pierre Doray <fdoray@chromium.org> Reviewed-by: Joe Mason <joenotcharles@google.com> Commit-Queue: Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/main@{#1397363}
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.