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

Unified Diff: ash/wm/workspace/workspace_layout_manager.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/wm/workspace/workspace_layout_manager.h ('k') | ash/wm_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_layout_manager.cc
diff --git a/ash/wm/workspace/workspace_layout_manager.cc b/ash/wm/workspace/workspace_layout_manager.cc
index 32e6e173d0af9fbadfc38ca0a6bb22a2cfa0836b..4da7bbc049739d96ae3c4196d9c96edd4dcdedd2 100644
--- a/ash/wm/workspace/workspace_layout_manager.cc
+++ b/ash/wm/workspace/workspace_layout_manager.cc
@@ -342,9 +342,9 @@ void WorkspaceLayoutManager::OnPinnedStateChanged(WmWindow* pinned_window) {
void WorkspaceLayoutManager::OnVirtualKeyboardStateChanged(
bool activated,
- WmWindow* root_window) {
- UpdateKeyboardObserverFromStateChanged(
- activated, root_window, WmWindow::Get(root_window_), &keyboard_observer_);
+ aura::Window* root_window) {
+ UpdateKeyboardObserverFromStateChanged(activated, root_window, root_window_,
+ &keyboard_observer_);
}
//////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager.h ('k') | ash/wm_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698