commit | ca68a968c22a8e4a36d24aaaaf61620fa264a487 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Fri Dec 20 03:22:35 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 20 03:22:35 2024 |
tree | e34f9f97773950cc0248e65dfcbc19d1c5501b58 | |
parent | ec60f344816652356660d812423b047000dbcf21 [diff] |
[Blink] Streamline GpuCanvasContext::PushFrame() flow It no longer needs to go through WebGPUSwapBufferProvider::PrepareTransferableResource() now that methods have been introduced to more precisely fit its use case [1][2]. By design there is no functional change here, as the underlying flow and all of the populated information are the same. [1] https://chromium-review.googlesource.com/c/chromium/src/+/6110771 [2] https://chromium-review.googlesource.com/c/chromium/src/+/6108759 Bug: 352263194 Change-Id: I85a5cb245206894f346e78532e6d4db3650faff5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6111090 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1399006}
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.