commit | 2554b2d3711d7e87ecd10373d68da040289fa6a2 | [log] [tgz] |
---|---|---|
author | Jiaming Cheng <jiamingc@google.com> | Fri Dec 06 19:39:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 06 19:39:33 2024 |
tree | 5b4f8eb4f676948b64236a9d75c75b3d7297f80d | |
parent | f8f587cab6cc088407349814f51981aeaa1553fb [diff] |
Removed workaround layer in Labeled Slider View The extra layer in Labeled Slider View was previously added as a workaround for b/319941708, where removing child views would trigger an OrphanLayers() CHECK error. Removing this workaround layer fixes a visual bug where only half of the audio detailed view background was visible. But we still need to add a layer to the OutputAudioSlidersView to avoid triggering the CHECK error. This issue specifically occurred when there was no caption entry present. Test: Updated pixel tests to be parameterized with caption entry both enabled and disabled to verify the fix. Bug: b/379945139 Change-Id: Id43bdacba97763ff0b51faa09bf286403a76c6ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071972 Commit-Queue: Jiaming Cheng <jiamingc@chromium.org> Reviewed-by: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1393071}
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.