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

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, 9 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
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..9e9994b722670e575b454b1d9fed2082e6eab640 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,

Powered by Google App Engine
This is Rietveld 408576698