ozone/x11: Make PlatformWindow activatable by default
Ozone/X11 window "mobility" has been broken by crrev.com/c/1698263. Which has been observed in apps such as content_shell, ozone_demo. The issue is caused |ui::XWindow::activatable_| being set to false in those builds. This fixes it, defaulting PlatformWindowInitProperties::activatable to true and just forwarding it to ui::XWindow::Configuration at X11WindowOzone initialization code. Bug: 988913 Change-Id: I65cd8ab8a5763ae0f0cbfb748f146662f80846d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726597 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#683224}
Showing
Please register or sign in to comment