| 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 d4a53872ca8d0ada1d76954162ebf1e11abda005..8c566fad30de7ef7c3816f7ccea25a91957865a7 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
|
| @@ -1171,6 +1171,10 @@ bool DesktopWindowTreeHostX11::ShouldUpdateWindowTransparency() const {
|
| return true;
|
| }
|
|
|
| +bool DesktopWindowTreeHostX11::ShouldUseDesktopNativeCursorManager() const {
|
| + return true;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopWindowTreeHostX11, aura::WindowTreeHost implementation:
|
|
|
|
|