Linux Aura: Fix missing system borders on KDE and other window managers.
commit2723b3c86c180adb9220dba512b14ac6856df811
authormgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 12 Feb 2014 09:32:42 +0000 (12 09:32 +0000)
committermgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 12 Feb 2014 09:32:42 +0000 (12 09:32 +0000)
tree5939a1814254e8917c9ac25fcb192c28c32351c2
parentb7351e82fffc33ca5921b34fdeea3a22adaddc5b
Linux Aura: Fix missing system borders on KDE and other window managers.

When a window with system borders does not have a custom shape, its
XShape is set to null, rather than being set to a rectangle the size of
the window. Several window managers (including KDE, XFCE and XMonad)
refuse to put a native window border on a window with a custom shape.

BUG=338916

Review URL: https://codereview.chromium.org/145973004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250662 0039d316-1c4b-4281-b951-d872f2087c98
ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc