commit | f70b55d57be50cc2060cd9302bcdef24e7c9b49b | [log] [tgz] |
---|---|---|
author | Vladimir Levin <vmpstr@chromium.org> | Tue Feb 15 14:56:22 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 15 14:56:22 2022 |
tree | 85f90c70ed96d712b722475399f43b915a263500 | |
parent | 19f71169f66a132072caade39d68b55faf0632da [diff] |
SET: Capture opacity and filters on the shared elements. This patch adds an extra effect node on shared elements, which on its own does nothing but induce a render surface. This means that we can capture that render surface and ensure that we're capturing the output of any effects that the element's "real" effect node would have had, such as opacity or filter. Note that the sizing of this capture is still not correct in all cases, but that's being tracked in follow-up bugs. R=pdr@chromium.org, chrishtr@chromium.org Change-Id: I361eb64ebd11ebafdf95464a483aa48e09120f43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3447442 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#971209}
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.