Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
| =================================================================== |
| --- ui/views/widget/desktop_aura/desktop_root_window_host_win.h (revision 235767) |
| +++ ui/views/widget/desktop_aura/desktop_root_window_host_win.h (working copy) |
| @@ -264,6 +264,9 @@ |
| // a reference. |
| corewm::TooltipWin* tooltip_; |
| + // State of the cursor. |
| + bool is_cursor_visible_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostWin); |
| }; |