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

Unified Diff: ash/mus/root_window_controller.h

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: unnecessary casts 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/root_window_controller.h
diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
index cb6299e99d37548a38f332cb7d07d72e5c82e290..cd5494d382317acc83b1baa4c5a838958bcd7d7a 100644
--- a/ash/mus/root_window_controller.h
+++ b/ash/mus/root_window_controller.h
@@ -26,7 +26,7 @@ class Connector;
namespace ash {
-class WmWindowAura;
+class WmWindow;
namespace mus {
@@ -62,7 +62,7 @@ class RootWindowController {
ui::mojom::WindowType window_type,
std::map<std::string, std::vector<uint8_t>>* properties);
- ash::WmWindowAura* GetWindowByShellWindowId(int id);
+ WmWindow* GetWindowByShellWindowId(int id);
void SetWorkAreaInests(const gfx::Insets& insets);
void SetDisplay(const display::Display& display);

Powered by Google App Engine
This is Rietveld 408576698