| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index fc0b711ae664de3745739a4b4c5241a26afdf8e2..1ea5601eae00bb61ff57498bbc48c8b1f46b2fdc 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -174,6 +174,8 @@ Shell* Shell::instance_ = nullptr;
|
| // static
|
| aura::WindowTreeClient* Shell::window_tree_client_ = nullptr;
|
| // static
|
| +aura::WindowManagerClient* Shell::window_manager_client_ = nullptr;
|
| +// static
|
| bool Shell::initially_hide_cursor_ = false;
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|