commit | 821a6917718c93d1facc4571c549ff6eb18290d8 | [log] [tgz] |
---|---|---|
author | yiyix <yiyix@chromium.org> | Mon Apr 07 08:45:06 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 07 08:45:06 2025 |
tree | f981e831137c6176560f8969df09de8f647ee327 | |
parent | ac2b9f05b1c2d90fa363dcfc301dbb7b6d008403 [diff] |
Update CanvasPath to use PathBuilder instead of Path In the previous CL, Florin created a PathBuilder class that serves as the building phase to create a path (https://chromium-review.googlesource.com/c/chromium/src/+/6330705), This CL, updates the CanvasPath to use the new PathBuilder. Bug: 378688986 Change-Id: I30a3b7e76870f7f72c29a59e9efea94f7bb4254d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6414094 Commit-Queue: Yi Xu <yiyix@chromium.org> Reviewed-by: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443319}
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.