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

Unified Diff: ash/wm/window_cycle_controller.h

Issue 2042913002: Converts MruWindowTracker to work with common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: not equal Created 4 years, 6 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/wm/panels/panel_layout_manager_unittest.cc ('k') | ash/wm/window_cycle_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_cycle_controller.h
diff --git a/ash/wm/window_cycle_controller.h b/ash/wm/window_cycle_controller.h
index 05a19784e735f5602c388156e7fd19cd2c5e9343..1d24938945c7d8aae5d09c938de1e5578e834219 100644
--- a/ash/wm/window_cycle_controller.h
+++ b/ash/wm/window_cycle_controller.h
@@ -15,13 +15,10 @@ namespace ui {
class EventHandler;
}
-namespace aura {
-class Window;
-} // namespace aura
-
namespace ash {
class WindowCycleList;
+class WmWindow;
// Controls cycling through windows with the keyboard via alt-tab.
// Windows are sorted primarily by most recently used, and then by screen order.
@@ -70,7 +67,7 @@ class ASH_EXPORT WindowCycleController {
// Tracks what Window was active when starting to cycle and used to determine
// if the active Window changed in when ending cycling.
- aura::Window* active_window_before_window_cycle_ = nullptr;
+ WmWindow* active_window_before_window_cycle_ = nullptr;
// Event handler to watch for release of alt key.
std::unique_ptr<ui::EventHandler> event_handler_;
« no previous file with comments | « ash/wm/panels/panel_layout_manager_unittest.cc ('k') | ash/wm/window_cycle_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698