| 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 f2de61093096022827b68c20151c4d05479d6039..10a5be82b6bec0d107525604555fcc9a446e6836 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
|
| @@ -1188,6 +1188,10 @@ bool DesktopWindowTreeHostX11::ShouldUseDesktopNativeCursorManager() const {
|
| return true;
|
| }
|
|
|
| +bool DesktopWindowTreeHostX11::ShouldCreateVisibilityController() const {
|
| + return true;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopWindowTreeHostX11, aura::WindowTreeHost implementation:
|
|
|
|
|