| Index: ui/wm/core/cursor_manager.h
|
| diff --git a/ui/wm/core/cursor_manager.h b/ui/wm/core/cursor_manager.h
|
| index a3afdd39debcd7ebdcc8d59e4c2636d08c0ab10a..3e2b86b213df7647fe5a9427694bfd9ebe343f25 100644
|
| --- a/ui/wm/core/cursor_manager.h
|
| +++ b/ui/wm/core/cursor_manager.h
|
| @@ -82,6 +82,12 @@ class WM_EXPORT CursorManager : public aura::client::CursorClient,
|
|
|
| base::ObserverList<aura::client::CursorClientObserver> observers_;
|
|
|
| + // This flag holds the cursor visibility state for the duration of the
|
| + // process. Defaults to true. This flag helps ensure that when a
|
| + // CursorManager instance is created it gets populated with the correct
|
| + // cursor visibility state.
|
| + static bool last_cursor_visibility_state_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(CursorManager);
|
| };
|
|
|
|
|