Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: ash/shell.cc

Issue 2620913003: Removes WmRootWindowController subclasses (Closed)
Patch Set: feedback Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
////////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698