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

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

Issue 2871813002: Converts remaining usage of WmLayoutManager to aura::LayoutManager (Closed)
Patch Set: cleanup 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/lock_layout_manager.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 da5fab26f96b5aa820f3e8166fcb1d0510784766..9cc572f42679a953d5e04acb24705bffd945eacd 100644
--- a/ash/wm/panels/panel_layout_manager.h
+++ b/ash/wm/panels/panel_layout_manager.h
@@ -84,7 +84,7 @@ class ASH_EXPORT PanelLayoutManager
WmShelf* shelf() { return shelf_; }
void SetShelf(WmShelf* shelf);
- // WmLayoutManager:
+ // aura::LayoutManager:
void OnWindowResized() override;
void OnWindowAddedToLayout(aura::Window* child) override;
void OnWillRemoveWindowFromLayout(aura::Window* child) override;
@@ -98,7 +98,7 @@ class ASH_EXPORT PanelLayoutManager
void OnOverviewModeEnded() override;
void OnShelfAlignmentChanged(WmWindow* root_window) override;
void OnVirtualKeyboardStateChanged(bool activated,
- WmWindow* root_window) override;
+ aura::Window* root_window) override;
// aura::WindowObserver
void OnWindowPropertyChanged(aura::Window* window,
« no previous file with comments | « ash/wm/lock_layout_manager.cc ('k') | ash/wm/panels/panel_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698