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

Unified Diff: ash/mus/window_manager.h

Issue 2168733002: Splits debug_commands into aura and non-aura parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 5 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/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index ab8d6ed3dee5f557a1ddae50c7e91d51536d9e87..515f4f926275f8dbbf30d0a5792ca0c95a55f59c 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -52,6 +52,8 @@ class WindowManager : public ::ui::WindowManagerDelegate,
WmShellMus* shell() { return shell_.get(); }
+ ::ui::WindowTreeClient* window_tree_client() { return window_tree_client_; }
+
::ui::WindowManagerClient* window_manager_client() {
return window_manager_client_;
}

Powered by Google App Engine
This is Rietveld 408576698