commit | e05752d2a62659dec1b9dc60f8bd82d873b7da49 | [log] [tgz] |
---|---|---|
author | Yuichiro Hanada <yhanada@google.com> | Tue Apr 13 00:08:04 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 13 00:08:04 2021 |
tree | 1f4999ad8bd57cf85eb3095f58221eb70b03d74a | |
parent | b967474e44c69506ba5b8eda154d250e1661e65d [diff] |
Mark the wallpaper image read-only before posting a task. The posted task touching the image can be run on another thread. To access the image safely from the other thread, it has to be read-only. Bug: 1198046 Test: unit_tests Change-Id: Ic794d95db8148b26683b6d9b08c0600190a01328 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2820814 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Daichi Hirono <hirono@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#871705}
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.