| commit | 5f753b51a296d3e55dff42557e1e4aeb34387a2e | [log] [tgz] |
|---|---|---|
| author | Yi Xu <yiyix@chromium.org> | Wed Jan 15 05:32:11 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 15 05:32:11 2025 |
| tree | 8ac983605a383cfdf698844c57c3e9766037ee0a | |
| parent | e19927f16b1fc31d923db369f2548d4e4d0d6543 [diff] |
Factor out the common functions in Canvas2D and paint canvas Both paint canvas and HTML/Offscreen 2D canvas share the same Canvas rendering context 2D API. This CL refactors out the common functions and puts them in a new CanvasRecordingContext2D IDL mixin, which all three 2D context interfaces implement. Bug: 380095402 Change-Id: I474c3d5c33157ac750e23d52b471559f9f663dc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073502 Reviewed-by: Jean-Philippe Gravel <jpgravel@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/main@{#1406522}
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.