commit | 6ece899e6c5b530ebfb385b9ee241697cffc6b37 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Thu Jul 03 09:46:05 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 03 09:46:05 2025 |
tree | 7d992ff861b8cba54f67c1edbf450068eac8f151 | |
parent | 91748c12e18cc95d1f82d58f4ea84c9fba17659a [diff] |
[Blink] Add use counters to break down low-latency canvas Break down usage of low-latency by the following: * Canvas2D/WebGL * For WebGL specifically, preserve or discard These use counters will help determine the shape of the APIs and their implementations that we will use to replace the current SharedImage SwapChain APIs. Bug: 415968760 Change-Id: I295a8d5b203e24aa59e13090fbe3295a82742e25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6695731 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1482129}
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.