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

Unified Diff: ash/wm/workspace/workspace_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/wm/wm_snap_to_pixel_layout_manager.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_layout_manager.h
diff --git a/ash/wm/workspace/workspace_layout_manager.h b/ash/wm/workspace/workspace_layout_manager.h
index 6d0e6fea32941f13364269a322ad333a17d7e85c..3c092d425bfae9e1ccbeec182c7f9909d98bf197 100644
--- a/ash/wm/workspace/workspace_layout_manager.h
+++ b/ash/wm/workspace/workspace_layout_manager.h
@@ -97,7 +97,7 @@ class ASH_EXPORT WorkspaceLayoutManager
WmWindow* root_window) override;
void OnPinnedStateChanged(WmWindow* pinned_window) override;
void OnVirtualKeyboardStateChanged(bool activated,
- WmWindow* root_window) override;
+ aura::Window* root_window) override;
private:
typedef std::set<aura::Window*> WindowSet;
« no previous file with comments | « ash/wm/wm_snap_to_pixel_layout_manager.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698