Use NativeWidgetAura for shared tab contents border widget on Windows.
On Windows, the default native widget type is DesktopNativeWidgetAura, while on Linux it's NativeWidgetAura. This leads to different behavior on Windows for contents border widget: clicks don't go through the widget, z-ordering is incorrect (the border widget is always on top), and the widget does not follow the browser window when dragged around. Use a NativeWidgetAura on Windows as well to fix these issues. Bug: 991896, 991954, 991921 Change-Id: Id9ea6101ae24dbf0cad6bfb162bed634aba22bca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742140 Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Reviewed-by:Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#685325}
Showing
Please register or sign in to comment