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

Unified Diff: ash/shell_port.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/shell_observer.h ('k') | ash/shell_port.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_port.h
diff --git a/ash/shell_port.h b/ash/shell_port.h
index ea1ea9c4d986c6a447dd3f662fb82906741efe6b..1daaeeb70a6c53a02bcb58a1ff4da2061bafb2b4 100644
--- a/ash/shell_port.h
+++ b/ash/shell_port.h
@@ -120,11 +120,11 @@ class ASH_EXPORT ShellPort {
// Creates a modal background (a partially-opaque fullscreen window) on all
// displays for |window|.
- void CreateModalBackground(WmWindow* window);
+ void CreateModalBackground(aura::Window* window);
// Called when a modal window is removed. It will activate another modal
// window if any, or remove modal screens on all displays.
- void OnModalWindowRemoved(WmWindow* removed);
+ void OnModalWindowRemoved(aura::Window* removed);
// For testing only: set simulation that a modal window is open
void SimulateModalWindowOpenForTesting(bool modal_window_open) {
« no previous file with comments | « ash/shell_observer.h ('k') | ash/shell_port.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698