commit | d06eb954918235db7e92c78493fdc8b1cf9b2729 | [log] [tgz] |
---|---|---|
author | SunDoo Kim <sundoo.kim@lge.com> | Wed Aug 21 10:28:54 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 21 10:28:54 2024 |
tree | 2e2e3eeb7af4f97b164365d3b9f143c1e41cd918 | |
parent | da93014c6ade41b82a6ff24fc6c6de92e10b9d2f [diff] |
Snav: Removing Unnecessary Media Occlusion Checks This code was applied when it was not possible to determine media occlusion using a hit test. Currently, we can use a hit test to identify the media controls that are covering the media element. By traversing from there, we can find the media element and determine its visibility. Therefore, the code that previously set |IsMediaElement| to true without checking for occlusion can be removed. Bug: 41454746 Change-Id: I5733579dbf49a3c78f531b4534c07101e025f7d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5796428 Reviewed-by: JunHo Seo <junho0924.seo@lge.com> Commit-Queue: sundoo kim <sundoo.kim@lge.com> Reviewed-by: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/main@{#1344687}
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.