| 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 8f030fb9feab237fdec1cc2e942e940722bde350..2c3c25431cadabd90807f22d5f9de60e2255e23d 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
|
| @@ -488,6 +488,10 @@ bool DesktopWindowTreeHostWin::ShouldUpdateWindowTransparency() const {
|
| return true;
|
| }
|
|
|
| +bool DesktopWindowTreeHostWin::ShouldUseDesktopNativeCursorManager() const {
|
| + return true;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopWindowTreeHostWin, WindowTreeHost implementation:
|
|
|
|
|