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/aura/shell_port_classic.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/BUILD.gn ('k') | ash/aura/shell_port_classic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/shell_port_classic.h
diff --git a/ash/aura/shell_port_classic.h b/ash/aura/shell_port_classic.h
index e63ae5bf9253310999931ae2ea62ad37bd5083b1..af54fbfa38c13b5c0955175c083589320dfe97dd 100644
--- a/ash/aura/shell_port_classic.h
+++ b/ash/aura/shell_port_classic.h
@@ -54,7 +54,7 @@ class ASH_EXPORT ShellPortClassic : public ShellPort,
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/BUILD.gn ('k') | ash/aura/shell_port_classic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698