commit | e56c45c3ff88e0c3aa499575ba1dbccd54a5f32f | [log] [tgz] |
---|---|---|
author | Patrick Noland <pnoland@chromium.org> | Thu Aug 08 01:14:29 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 08 01:14:29 2019 |
tree | 82cc59d6bec0afea12b3d3e07284af45ec9179eb | |
parent | 87be32736e44c5fa9ca6b34a31cdff17e0e2abec [diff] |
[Chromeshine] Mark WebContents as obscured for a11y It wasn't sufficient to call updateAccessibilityVisibility, since that doesn't account for SuspendedTab obscuring the WebContents, only SadTab. Rather than moving knowledge of SuspendedTab into Tab.java, we can just directly mark the WebContents as obscured ourselves. Bug: 978596 Change-Id: I725a153b61124385cb746d2f557695620185dac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741311 Commit-Queue: Patrick Noland <pnoland@chromium.org> Reviewed-by: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#685049}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .