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

Unified Diff: ash/mus/root_window_controller.h

Issue 2625873007: Promotes WmWindowMus functions to WmWindowAura and nukes WmWindowMus (Closed)
Patch Set: merge 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
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/root_window_controller.h
diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
index 206b0dca4251b6689aa597b0b8cb28f2090e142e..cb6299e99d37548a38f332cb7d07d72e5c82e290 100644
--- a/ash/mus/root_window_controller.h
+++ b/ash/mus/root_window_controller.h
@@ -25,12 +25,14 @@ class Connector;
}
namespace ash {
+
+class WmWindowAura;
+
namespace mus {
class WindowManager;
class WmTestBase;
class WmTestHelper;
-class WmWindowMus;
// RootWindowController manages the windows and state for a single display.
// RootWindowController takes ownership of the WindowTreeHostMus that it passed
@@ -60,7 +62,7 @@ class RootWindowController {
ui::mojom::WindowType window_type,
std::map<std::string, std::vector<uint8_t>>* properties);
- WmWindowMus* GetWindowByShellWindowId(int id);
+ ash::WmWindowAura* GetWindowByShellWindowId(int id);
void SetWorkAreaInests(const gfx::Insets& insets);
void SetDisplay(const display::Display& display);
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698