| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index cecae1ee81d405452cff18dbd7e066149178918e..63af06d094ec06f58bb2de2fbcbff13b76dba909 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -771,7 +771,8 @@ bool DesktopWindowTreeHostX11::ShouldUseNativeFrame() const {
|
| }
|
|
|
| bool DesktopWindowTreeHostX11::ShouldWindowContentsBeTransparent() const {
|
| - return false;
|
| + // See SetWindowTransparency().
|
| + return use_argb_visual_;
|
| }
|
|
|
| void DesktopWindowTreeHostX11::FrameTypeChanged() {
|
|
|