summaryrefslogtreecommitdiffstats
path: root/ash/focus_cycler.cc
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-06 15:34:25 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-06 15:34:25 +0000
commit8fef7430a5222bc786c669945d97139794618f54 (patch)
treef6c1df7b767e6c64ee3cc143b652ff94bf0fcbd8 /ash/focus_cycler.cc
parent979b48da6e16cd33d2132aae2dd7c1c426a6a95c (diff)
downloadchromium_src-8fef7430a5222bc786c669945d97139794618f54.zip
chromium_src-8fef7430a5222bc786c669945d97139794618f54.tar.gz
chromium_src-8fef7430a5222bc786c669945d97139794618f54.tar.bz2
Add always on top windows to the alt+tab list
BUG=114631 TEST=Open Google Talk. Try to alt+tab away from it, and then back. Review URL: https://chromiumcodereview.appspot.com/10700057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150094 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/focus_cycler.cc')
-rw-r--r--ash/focus_cycler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/focus_cycler.cc b/ash/focus_cycler.cc
index 8d34499..801cd35 100644
--- a/ash/focus_cycler.cc
+++ b/ash/focus_cycler.cc
@@ -17,7 +17,7 @@ namespace ash {
namespace {
bool HasFocusableWindow() {
- return !WindowCycleController::BuildWindowList().empty();
+ return !WindowCycleController::BuildWindowList(NULL).empty();
}
} // namespace