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

Unified Diff: ash/root_window_controller.h

Issue 2297893002: Merges RootWindowControllerCommon into WmRootWindowController (Closed)
Patch Set: feedback Created 4 years, 4 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
« no previous file with comments | « ash/mus/test/wm_test_helper.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 740d0802083fd91f3f2b2808949effa88ec2f419..2f26f0dff61c741c0953f5b3c5bc2a5c6f0dec73 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -55,7 +55,6 @@ class AnimatingWallpaperWidgetController;
class DockedWindowLayoutManager;
enum class LoginStatus;
class PanelLayoutManager;
-class RootWindowControllerCommon;
class Shelf;
class ShelfLayoutManager;
class ShelfWidget;
@@ -67,6 +66,7 @@ class SystemWallpaperController;
class TouchHudDebug;
class TouchHudProjection;
class WallpaperWidgetController;
+class WmRootWindowControllerAura;
class WmShelfAura;
class WmWindow;
class WorkspaceController;
@@ -270,7 +270,8 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
std::unique_ptr<AshWindowTreeHost> ash_host_;
- std::unique_ptr<RootWindowControllerCommon> root_window_controller_common_;
+ // Owned by the root window.
+ WmRootWindowControllerAura* wm_root_window_controller_ = nullptr;
std::unique_ptr<StackingController> stacking_controller_;
« no previous file with comments | « ash/mus/test/wm_test_helper.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698