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

Unified Diff: ash/shelf/shelf_layout_manager.h

Issue 2041423003: Converts ShellObserver from aura::Window to ash::WmWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/shelf/shelf.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 fec5bff43acd85ab61aaedff923b889450e71be7..9b45f51dbd547667e9a0b3ea56e62aa77dd4c51d 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -167,8 +167,8 @@ class ASH_EXPORT ShelfLayoutManager
// Overridden from ash::ShellObserver:
void OnLockStateChanged(bool locked) override;
- void OnShelfAlignmentChanged(aura::Window* root_window) override;
- void OnShelfAutoHideBehaviorChanged(aura::Window* root_window) override;
+ void OnShelfAlignmentChanged(WmWindow* root_window) override;
+ void OnShelfAutoHideBehaviorChanged(WmWindow* root_window) override;
// Overriden from aura::client::ActivationChangeObserver:
void OnWindowActivated(
« no previous file with comments | « ash/shelf/shelf.cc ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698