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

Unified Diff: ash/mus/bridge/wm_shell_mus.h

Issue 2642003002: Removes ash::mus::RootWindowController (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/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index f089ce749628c532a56e6c5976efac3f17627ece..6539baba9ef2b0c61e16782e961781734929844b 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -22,12 +22,14 @@ class PointerWatcherEventRouter;
}
namespace ash {
+
+class RootWindowController;
+
namespace mus {
class AcceleratorControllerDelegateMus;
class AcceleratorControllerRegistrar;
class ImmersiveHandlerFactoryMus;
-class RootWindowController;
class WindowManager;
class WmShellMusTestApi;
@@ -42,7 +44,7 @@ class WmShellMus : public WmShell {
static WmShellMus* Get();
- RootWindowController* GetRootWindowControllerWithDisplayId(int64_t id);
+ ash::RootWindowController* GetRootWindowControllerWithDisplayId(int64_t id);
AcceleratorControllerDelegateMus* accelerator_controller_delegate() {
return accelerator_controller_delegate_.get();

Powered by Google App Engine
This is Rietveld 408576698