commit | 449dd4157ecbf8b45a298338fd8e3fa99656e078 | [log] [tgz] |
---|---|---|
author | Antonio Gomes <tonikitoo@igalia.com> | Wed Jul 05 16:38:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 05 16:38:36 2023 |
tree | 322e49786a69a28d59de50757b2db0677bb07a17 | |
parent | 5806a676ec2df42fac6bf5913345f7acadd7f364 [diff] |
Use absl::optional in ui::PlatformWindow::SetOpaqueRegion() ... instead of std::vector<gfx::Rects> pointer. The API looks cleaner, and opens room for further clean ups, eg SetInputRegion(). BUG=1443413 R=jamescook@chromium.org, thomasanderson@chromium.org Change-Id: Ibc2cd8d8b121462b2ceb42c3bb97022cfbcf83c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4656738 Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1165985}
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.