Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index c47dbe8baab9f84a23e4894867541c73e34dedcf..069fb3f21dd7fe6f6d7891834581f747c11430c3 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; |
//////////////////////////////////////////////////////////////////////////////// |