diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-21 00:07:33 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-21 00:07:33 +0000 |
commit | 1eb18d93bae4e4d346da0a91acc62b1761a84b38 (patch) | |
tree | 78e4bd4b736fd060cd1f1ce6dd45412ae0bb0307 /ash/shell/window_watcher.h | |
parent | 77f93a0fee5d33d31c4a28443f576f38b845194a (diff) | |
download | chromium_src-1eb18d93bae4e4d346da0a91acc62b1761a84b38.zip chromium_src-1eb18d93bae4e4d346da0a91acc62b1761a84b38.tar.gz chromium_src-1eb18d93bae4e4d346da0a91acc62b1761a84b38.tar.bz2 |
Draw panels above their launcher icons.
Note that this patch doesn't handle dragging panels to rearrange them (if we want that at all) and panels with no launcher icon because they are in overflow.
BUG=124115
TEST=aura_shell_unittests --gtest_filter=*Panel* --aura-panels
Review URL: https://chromiumcodereview.appspot.com/10091017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/window_watcher.h')
-rw-r--r-- | ash/shell/window_watcher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/shell/window_watcher.h b/ash/shell/window_watcher.h index d36a4c8..f31fb07 100644 --- a/ash/shell/window_watcher.h +++ b/ash/shell/window_watcher.h @@ -40,6 +40,8 @@ class WindowWatcher : public aura::WindowObserver { // Window watching for newly created windows to be added to. aura::Window* window_; + aura::Window* panel_container_; + // Maps from window to the id we gave it. IDToWindow id_to_window_; |