commit | b9eaa5acbf0caa7277f3fb99d9de284d1027ae97 | [log] [tgz] |
---|---|---|
author | Christian Xu <christianxu@google.com> | Mon Jul 03 09:42:30 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 03 09:42:30 2023 |
tree | 783bda0be042adbc76e3e08d2257fd5eae11f0e6 | |
parent | 5babaaa2caa216509eab57f73301b3784376708d [diff] |
[iOS][Toolbar] Move primaryToolbarView update during snapshot SideSwipeSnapshot is expecting an opaque image during a snapshot. But PrimaryToolbarView is hidden on NTP. The view is made visible before the snapshot and the visibility is updated by a `updateToolbar` call after the snapshot. This CL moves the force visible update from ToolbarCoordinator to PrimaryToolbarViewController. Bug: 1458498 Change-Id: Idfe9a7de9937ff53506bf6e65fc932f2ff29ae87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4660500 Auto-Submit: Christian Xu <christianxu@chromium.org> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/main@{#1165252}
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.