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

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

Issue 2901663003: chromeos: converts WindowState to aura::Window (Closed)
Patch Set: feedback Created 3 years, 7 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/wm/overview/window_grid.cc ('k') | ash/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/wm/panels/panel_layout_manager.h
diff --git a/ash/wm/panels/panel_layout_manager.h b/ash/wm/panels/panel_layout_manager.h
index dce27a0fa94c665fd54ac3ad1b7bff9c44015b85..3bb204e43300f830f9dfce10c0fd0a82b8064903 100644
--- a/ash/wm/panels/panel_layout_manager.h
+++ b/ash/wm/panels/panel_layout_manager.h
@@ -155,8 +155,8 @@ class ASH_EXPORT PanelLayoutManager
typedef std::list<PanelInfo> PanelList;
- void MinimizePanel(WmWindow* panel);
- void RestorePanel(WmWindow* panel);
+ void MinimizePanel(aura::Window* panel);
+ void RestorePanel(aura::Window* panel);
// Called whenever the panel layout might change.
void Relayout();
« no previous file with comments | « ash/wm/overview/window_grid.cc ('k') | ash/wm/panels/panel_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698