Do not hide the aura window of RWHVA
Windows placed in inactive virtual desks will be considered hidden by the occlusion tracker. This currently end up in a call to RenderWidgetHostViewAura::Hide() which unnecessarily hides the aura::Window. This causes issues when reflecting that window in the desks mini_views. This CL keeps the aura::Window visible, while updating only the occlusion state. BUG=866622 TEST=Added a new test. Change-Id: I7f71cfa072240264fea2e4934f2c7350f66a74c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1711113Reviewed-by:Scott Violet <sky@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#681459}
Showing
Please register or sign in to comment