commit | 65ef1ad3db744620652a74f6847938b7bbb3adc8 | [log] [tgz] |
---|---|---|
author | Xianzhu Wang <wangxianzhu@chromium.org> | Thu Oct 07 03:12:33 2021 |
committer | Xianzhu Wang <wangxianzhu@chromium.org> | Thu Oct 07 03:12:33 2021 |
tree | 0502a73eba47bf6b0df14c5d25ba0ff05944828c | |
parent | 110e4fd689f7916de7c542369db4508341fdf9e1 [diff] |
Move ui/gfx/transform*,rrect*,mask_filter_info* into ui/gfx/geometry This allows blink code to use these types without needing to depend on ui/gfx. Split out geometry conversion functions from ui/gfx/skia_util.h into ui/gfx/geometry/skia_conversions.h. Split //ui/gfx:geometry_skia into //ui/gfx:gfx_skia and //ui/gfx/geometry:geometry_skia. This doesn't change depending code except for cc/. Bug: 738465 Change-Id: Idb31f605386901ed4b116f6272189c18638d3292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3200392 Reviewed-by: danakj <danakj@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Owners-Override: danakj <danakj@chromium.org> Owners-Override: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/main@{#929022}
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.