commit | db5293254afdc91ea5218f79fd64d40a3eaeae3a | [log] [tgz] |
---|---|---|
author | Zoraiz Naeem <zoraiznaeem@chromium.org> | Fri Dec 15 01:30:11 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 15 01:30:11 2023 |
tree | 7ea61712dfbaa9b1bb71ad23089665ff6b23841f | |
parent | 8446c2098ba47684669473f72a5cf17650a550f1 [diff] |
[Rounded Windows] Add an UpdateRoundedWindows() method to the ClientView class. Rounding top-level windows in ChromeOS requires rounding the contents of the ClientView, as ChromeOS does not have a border around the client view. Additionally, ChromeOS renders content views via different methods (simple web renderer, browser renderer, exo content), and each ClientView has special logic to round the bottom two corners. Therefore, the NonClientView must delegate part of the rounding logic to the ClientView. This method allows various ClientViews to specify their own rounding implementations. Bug: b/316202840 Change-Id: I73f293c6bc2c670fe40c2f512df4e0c4729af94d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5121035 Commit-Queue: Zoraiz Naeem <zoraiznaeem@chromium.org> Reviewed-by: Elly FJ <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1237860}
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.