Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
| index 40908c27b316b925d23b49dc6fdf01e56d9707df..0f4e296f8f0815fcad316c31b2d62bb57e043baf 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
| @@ -730,6 +730,8 @@ void DesktopRootWindowHostWin::HandleAccelerator( |
| } |
| void DesktopRootWindowHostWin::HandleCreate() { |
| + ::ShowCursor(true); |
|
tdanderson
2013/11/22 02:03:36
Adding this line will prevent the problem you desc
tdanderson
2013/11/22 02:27:03
I should add that the |delegate_| in CursorManager
|
| + |
| // TODO(beng): moar |
| NOTIMPLEMENTED(); |