commit | 2af75335250c34955cca20a4077b76f495e33d07 | [log] [tgz] |
---|---|---|
author | Vladimir Levin <vmpstr@chromium.org> | Fri Feb 04 16:02:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 04 16:02:50 2022 |
tree | 331946813b528275b00dba7b59f0927c3e9ad5cb | |
parent | c5c0063b8d6617aa4e4f2e12a9f5cabea838522d [diff] |
SET: Respect source element opacity in pseudo element display. This patch propagates the opacity from the source shared element to the pseudo that is used to represent it. For old content (mode 1) we only update it when we're preparing to "bake" opacity in. For new content we always update it to reflect the possibility of changing opacity. R=chrishtr@chromium.org Change-Id: I734315fe4fd780f8ee19cb95073a75d757c2bb82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3437145 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#967268}
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.