commit | b831695f6ae10e3d6210b940f66a377e29a7ef5c | [log] [tgz] |
---|---|---|
author | Guoxing Zhao <charleszhao@chromium.org> | Wed Mar 13 00:25:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 13 00:25:56 2024 |
tree | d8a991e011e529c5248468e1c552c7c679338a19 | |
parent | 631afca939bcbc025c1e083fc32de8fa9de6ce0a [diff] |
[VC] image selector. When an background image is clicked on, we need to show: (1) a check mark at top-left. For this, we need to load the icon and paint the icon if the image is selected. (2) a curved boundary at the top-left corner. For this, we need to load the curve path, and canvas->DrawImageInPath if the image is selected. BUG=b/324608741,b/324608900 TEST='manually tested on dut' Change-Id: I437896fba8a966fec14153b27dc38319e59e465b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5359216 Reviewed-by: Alex Newcomer <newcomer@chromium.org> Reviewed-by: CJ Huang <chenjih@google.com> Commit-Queue: Charles Zhao <charleszhao@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1271903}
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.