commit | 0ddcd55dea33f343ce1b78fce47970af273d67e0 | [log] [tgz] |
---|---|---|
author | Noam Rosenthal <nrosenthal@chromium.org> | Tue Feb 25 17:55:23 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 17:55:23 2025 |
tree | 0674dee5a38a802aaad1303b383aafb3bb816a05 | |
parent | 7529ce0d04d3349a873d502fa5beba09210ba6cf [diff] |
Move Path to platform/geometry Path/FloatRoundedRect are co-dependent and should live in the same place. "Path" is (arguably) more of a geometry primitive than FloatRoundedRect is a graphics primitive, so this CL moves Path into platform/geometry. It pulls a few stroke-related primitives and utils with it. Bug: 393145930 R=fs@opera.com R=pdr@chromium.org Change-Id: I1716e17d53388a8e7eebfe2af88ee8c1dbea9e93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6282150 Commit-Queue: Noam Rosenthal <nrosenthal@chromium.org> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/main@{#1424616}
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.