commit | e0c1b7c048166a05cb1a07ef438fcca60261453f | [log] [tgz] |
---|---|---|
author | Adrienne Walker <enne@chromium.org> | Thu Apr 25 02:47:25 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 25 02:47:25 2019 |
tree | ce756a006663b19324d6a34e184c2ddb125a27cc | |
parent | c46a046dd59ee85bbb36a0e2da00d018509cd899 [diff] |
Fix PIP window being blank after minimize/show DesktopWindowTreeHostX11::SetVisible only made the call into OnNativeWidgetVisibilityChanged when transitioning from shown to minimized and not vice versa. This is because this change https://chromium-review.googlesource.com/c/chromium/src/+/1437263 considered IsVisible to be true when minimized, which made IsVisible always true in this case. This caused layers to be hidden but never shown again. Bug: 949199 Change-Id: Ieb31ac5e6856645918aa337f34d47efb947c3910 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580103 Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#653890}
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 .