commit | a5cf1627f41d579d4ceb9330ddd549c00f208c3c | [log] [tgz] |
---|---|---|
author | Zoraiz Naeem <zoraiznaeem@chromium.org> | Tue Jun 27 18:49:00 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 27 18:49:00 2023 |
tree | af349027b90ef2bc84bde285fb88dae8e218b853 | |
parent | 40462b5901f0260d218d5aa8315bf569175f2b6c [diff] |
[Rounded Windows] Update corner radius for frame headers and overlay borders. Use the radius specified via through the feature flag. Once the radius value for frames is decided by UI/UX, the radius of the corner will be defined in `chromeos/ui/base/chromeos_ui_constants.h`. This CL add a util method `GetFrameCornerRadius()` to remove code duplication to get radius of frame based on the window state. In follow-up CLs, this radius will be applied to all four corners of all the frames in chromeOS. Bug: 1415486, b:287060338 Change-Id: I9f802769817024b02e34217e610f5c817d1f3eea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4639124 Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Zoraiz Naeem <zoraiznaeem@chromium.org> Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1163127}
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.