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

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

Issue 2907853002: [mus+ash] Removes WmWindow from ash/shelf and ash/shell (Closed)
Patch Set: [mus+ash] Removes WmWindow from ash/shelf and ash/shell (removed some more wm_window.h) 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/panels/panel_frame_view.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 38f63eb244ed5d5b6c666a334b66d37bbd3eff14..fc063d34c45e218c9e1c4b01a1a3d5d5f6916e6e 100644
--- a/ash/wm/panels/panel_layout_manager.h
+++ b/ash/wm/panels/panel_layout_manager.h
@@ -96,7 +96,7 @@ class ASH_EXPORT PanelLayoutManager
// ShellObserver:
void OnOverviewModeEnded() override;
- void OnShelfAlignmentChanged(WmWindow* root_window) override;
+ void OnShelfAlignmentChanged(aura::Window* root_window) override;
void OnVirtualKeyboardStateChanged(bool activated,
aura::Window* root_window) override;
« no previous file with comments | « ash/wm/panels/panel_frame_view.cc ('k') | ash/wm/panels/panel_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698