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

Unified Diff: ash/shell.cc

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/shell.h ('k') | ash/shell_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index cfa0244a0941e1bb6a5d589661c51da187cfe614..bc886a1bf307d1065e5b8643c205ea6e47a598aa 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -523,7 +523,7 @@ void Shell::NotifyPinnedStateChanged(WmWindow* pinned_window) {
}
void Shell::NotifyVirtualKeyboardActivated(bool activated,
- WmWindow* root_window) {
+ aura::Window* root_window) {
for (auto& observer : shell_observers_)
observer.OnVirtualKeyboardStateChanged(activated, root_window);
}
« no previous file with comments | « ash/shell.h ('k') | ash/shell_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698