commit | dba1b9e1a8433ec84b6573dccb69d68dfa01eeba | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@chromium.org> | Tue Nov 05 19:31:11 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 05 19:31:11 2024 |
tree | 8efd006cbb64f8db6b1634400c033dda8b502469 | |
parent | 829056299b1512584ec522db2f0fb176570af06b [diff] |
[rust png] Introduce indirection of `blink::CreatePngImageDecoder`. This CL tweaks all the code that constructs `blink::PNGImageDecoder` to always go through the indirection of the newly introduced `blink::CreatePngImageDecoder` function. This minor refactoring prepares to return a Rust-based decoder instance in the future (in https://crrev.com/c/5786777). Bug: chromium:356884491 Change-Id: I4f292f5341b709582f6a9adf2a52a49f565bd2ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5988293 Commit-Queue: Urvang Joshi <urvang@chromium.org> Reviewed-by: Urvang Joshi <urvang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1378517}
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.