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

Unified Diff: ash/shell_port.h

Issue 2919533002: [mus+ash] removes WmWindow, wm_window.h and wm_window.cc (Closed)
Patch Set: [mus+ash] removes WmWindow, wm_window.h and wm_window.cc (fixes build) 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/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 23c8c7dbeafd8af9a47999b9aafa7178661e61dc..441dac15046049ae32cf1d8b0f4fa7c156483d6e 100644
--- a/ash/shell_port.h
+++ b/ash/shell_port.h
@@ -52,7 +52,6 @@ struct ShellInitParams;
class WindowCycleEventFilter;
class WindowResizer;
class WmDisplayObserver;
-class WmWindow;
class WorkspaceEventHandler;
enum class Config;
@@ -146,7 +145,7 @@ class ASH_EXPORT ShellPort {
base::Optional<ui::CursorData> cursor) = 0;
virtual bool IsMouseEventsEnabled() = 0;
- virtual std::vector<WmWindow*> GetAllRootWindows() = 0;
+ virtual std::vector<aura::Window*> GetAllRootWindows() = 0;
virtual void RecordGestureAction(GestureActionType action) = 0;
virtual void RecordUserMetricsAction(UserMetricsAction action) = 0;
« no previous file with comments | « ash/shell.cc ('k') | ash/shell_port.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698