| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 4c3106f4ea53d9c2c88e9621388f48759c117e2c..6b6077292d46cbf30ea520271bb168142548dca8 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -173,6 +173,8 @@ class AshVisibilityController : public ::wm::VisibilityController {
|
| // static
|
| Shell* Shell::instance_ = nullptr;
|
| // static
|
| +aura::WindowTreeClient* Shell::window_tree_client_ = nullptr;
|
| +// static
|
| bool Shell::initially_hide_cursor_ = false;
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|