VR: Avoid showing 2D UI when returning to Daydream Home
This moves the tearing down of VR UI into onStop instead of onPause. However, this means we have to handle cases where Chrome pauses without stopping while in VR. The only case I'm aware of where this is possible is when the user enters multi-window mode while in VR. (Even if there are other unhandled cases, the only problem is we keep showing VR UI where we would prefer not to, and the user would have to more explicitly exit VR) Bug: 673528 Change-Id: Ia890875e1cf813b47443c4bb0883401506e6e55d Reviewed-on: https://chromium-review.googlesource.com/527379 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:Yash Malik <ymalik@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#478701}
Showing
Please register or sign in to comment