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

Unified Diff: ash/app_list/app_list_presenter_delegate.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 | « no previous file | ash/app_list/app_list_presenter_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/app_list/app_list_presenter_delegate.h
diff --git a/ash/app_list/app_list_presenter_delegate.h b/ash/app_list/app_list_presenter_delegate.h
index 9068b5f1f7f2c06d5a1271cab9a9ace9828587b4..8f94a4b032d97b3022f4ff1a686a1d7a2f9ef78c 100644
--- a/ash/app_list/app_list_presenter_delegate.h
+++ b/ash/app_list/app_list_presenter_delegate.h
@@ -72,7 +72,7 @@ class ASH_EXPORT AppListPresenterDelegate
void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override;
// ShellObserver overrides:
- void OnShelfAlignmentChanged(aura::Window* root_window) override;
+ void OnShelfAlignmentChanged(WmWindow* root_window) override;
void OnMaximizeModeStarted() override;
void OnMaximizeModeEnded() override;
« no previous file with comments | « no previous file | ash/app_list/app_list_presenter_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698