Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
index 7b9f0132202365d17c4b598295dfb0e5b6a9f6a9..2f6961ef46eebf7e9bf38e94954a2ab0a8dd3101 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
@@ -264,6 +264,9 @@ class VIEWS_EXPORT DesktopRootWindowHostWin |
// a reference. |
corewm::TooltipWin* tooltip_; |
+ // State of the cursor. |
+ bool is_cursor_visible_; |
+ |
DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostWin); |
}; |