| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| index d02a06c0be5b8d39b66ab5248d7d37d6047c079b..9db5ebf0fb319b7e2a22c605ef7e220d43842fde 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| @@ -969,7 +969,7 @@ HWND DesktopWindowTreeHostWin::GetHWND() const {
|
| }
|
|
|
| void DesktopWindowTreeHostWin::SetWindowTransparency() {
|
| - bool transparent = ShouldUseNativeFrame() && !IsFullscreen();
|
| + bool transparent = !IsFullscreen();
|
| compositor()->SetHostHasTransparentBackground(transparent);
|
| window()->SetTransparent(transparent);
|
| content_window_->SetTransparent(transparent);
|
|
|