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

Unified Diff: ash/wm/overview/window_selector.h

Issue 1059903002: Allow Alt-Tab to move the focus to docked windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/switchable_windows.cc ('k') | ash/wm/overview/window_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector.h
diff --git a/ash/wm/overview/window_selector.h b/ash/wm/overview/window_selector.h
index c8e25a3a1233ed18add49504b292b0cabccae8de..254d9dc334e3501d67600811a1c72be78267f2f1 100644
--- a/ash/wm/overview/window_selector.h
+++ b/ash/wm/overview/window_selector.h
@@ -56,6 +56,9 @@ class ASH_EXPORT WindowSelector
// the text filtering textfield.
static const int kTextFilterBottomEdge;
+ // Returns true if the window can be selected in overview mode.
+ static bool IsSelectable(aura::Window* window);
+
enum Direction {
LEFT,
UP,
@@ -116,9 +119,6 @@ class ASH_EXPORT WindowSelector
// Position all of the windows in the overview.
void PositionWindows(bool animate);
- // Hide and track all hidden windows not in the overview item list.
- void HideAndTrackNonOverviewWindows();
-
// |focus|, restores focus to the stored window.
void ResetFocusRestoreWindow(bool focus);
@@ -149,10 +149,6 @@ class ASH_EXPORT WindowSelector
// List of all the window overview grids, one for each root window.
ScopedVector<WindowGrid> grid_list_;
- // Tracks windows which were hidden because they were not part of the
- // overview.
- aura::WindowTracker hidden_windows_;
-
// Tracks the index of the root window the selection widget is in.
size_t selected_grid_index_;
« no previous file with comments | « ash/switchable_windows.cc ('k') | ash/wm/overview/window_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698