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

Unified Diff: ash/shelf/shelf_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/root_window_controller_unittest.cc ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_layout_manager.h
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
index 1f56cb73796d2fe9c2922d7cd3563b979fb5350b..5a88d01965910d9dd833a5b60fa89b34def4b363 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -129,14 +129,14 @@ class ASH_EXPORT ShelfLayoutManager
// Overridden from wm::WmSnapToPixelLayoutManager:
void OnWindowResized() override;
- void SetChildBounds(WmWindow* child,
+ void SetChildBounds(aura::Window* child,
const gfx::Rect& requested_bounds) override;
// Overridden from ShellObserver:
void OnShelfAutoHideBehaviorChanged(WmWindow* root_window) override;
void OnPinnedStateChanged(WmWindow* pinned_window) override;
void OnVirtualKeyboardStateChanged(bool activated,
- WmWindow* root_window) override;
+ aura::Window* root_window) override;
// Overridden from aura::client::ActivationChangeObserver:
void OnWindowActivated(ActivationReason reason,
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698