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

Unified Diff: ash/shell_port.h

Issue 2908793002: [mus+ash] Removes WmWindow from ash/wm/overview and ash/wm/workspace (Closed)
Patch Set: 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.cc ('k') | ash/wm/overview/cleanup_animation_observer_unittest.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 8f56b7f5003d7dcea651fdac7663b700967d6d4f..1c3376a062db1706f2cda3fc20a3f2574f0d229d 100644
--- a/ash/shell_port.h
+++ b/ash/shell_port.h
@@ -112,7 +112,7 @@ class ASH_EXPORT ShellPort {
bool IsForceMaximizeOnFirstRun();
// Sets work area insets of the display containing |window|, pings observers.
- virtual void SetDisplayWorkAreaInsets(WmWindow* window,
+ virtual void SetDisplayWorkAreaInsets(aura::Window* window,
const gfx::Insets& insets) = 0;
// Returns true if a system-modal dialog window is currently open.
@@ -171,7 +171,7 @@ class ASH_EXPORT ShellPort {
CreateTabletModeEventHandler() = 0;
virtual std::unique_ptr<WorkspaceEventHandler> CreateWorkspaceEventHandler(
- WmWindow* workspace_window) = 0;
+ aura::Window* workspace_window) = 0;
virtual std::unique_ptr<ScopedDisableInternalMouseAndKeyboard>
CreateScopedDisableInternalMouseAndKeyboard() = 0;
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/overview/cleanup_animation_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698