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

Unified Diff: ash/mus/bridge/shell_port_mash.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/aura/shell_port_classic.cc ('k') | ash/mus/bridge/shell_port_mash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/shell_port_mash.h
diff --git a/ash/mus/bridge/shell_port_mash.h b/ash/mus/bridge/shell_port_mash.h
index 99d1b6507b4dae276eaea68d47a4d02353520744..262c93ee408865c35def5229cea6d7ece9ee318f 100644
--- a/ash/mus/bridge/shell_port_mash.h
+++ b/ash/mus/bridge/shell_port_mash.h
@@ -78,7 +78,7 @@ class ShellPortMash : public ShellPort, public WindowTreeHostManager::Observer {
void HideCursor() override;
void SetGlobalOverrideCursor(base::Optional<ui::CursorData> cursor) override;
bool IsMouseEventsEnabled() override;
- std::vector<WmWindow*> GetAllRootWindows() override;
+ std::vector<aura::Window*> GetAllRootWindows() override;
void RecordGestureAction(GestureActionType action) override;
void RecordUserMetricsAction(UserMetricsAction action) override;
void RecordTaskSwitchMetric(TaskSwitchSource source) override;
« no previous file with comments | « ash/aura/shell_port_classic.cc ('k') | ash/mus/bridge/shell_port_mash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698