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

Unified Diff: ash/common/wm/panels/panel_layout_manager.h

Issue 2620153003: Folds WmRootWindowController into RootWindowController (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/common/wm/overview/window_selector_item.cc ('k') | ash/common/wm/panels/panel_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/panels/panel_layout_manager.h
diff --git a/ash/common/wm/panels/panel_layout_manager.h b/ash/common/wm/panels/panel_layout_manager.h
index 9bb17613a5f9e862b25b1d9ca03e08ed2df800ac..db78889cec275cbdfe7070ab556b843e9d5c749d 100644
--- a/ash/common/wm/panels/panel_layout_manager.h
+++ b/ash/common/wm/panels/panel_layout_manager.h
@@ -36,7 +36,7 @@ class PanelCalloutWidget;
class WmShelf;
namespace wm {
-class WmRootWindowController;
+class RootWindowController;
}
// PanelLayoutManager is responsible for organizing panels within the
@@ -170,7 +170,7 @@ class ASH_EXPORT PanelLayoutManager
// Parent window associated with this layout manager.
WmWindow* panel_container_;
- WmRootWindowController* root_window_controller_;
+ RootWindowController* root_window_controller_;
// Protect against recursive calls to OnWindowAddedToLayout().
bool in_add_window_;
« no previous file with comments | « ash/common/wm/overview/window_selector_item.cc ('k') | ash/common/wm/panels/panel_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698