summaryrefslogtreecommitdiffstats
path: root/ash/shell_window_ids.h
diff options
context:
space:
mode:
authorprasadt@chromium.org <prasadt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 21:42:19 +0000
committerprasadt@chromium.org <prasadt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 21:42:19 +0000
commitdb6b517beeb6de98960681b028ad761e331cc145 (patch)
tree07dff6ce3c656f3f5913af2dbf043d44ff56bd8e /ash/shell_window_ids.h
parentd583e3f2463dd1d216c92923e2eb9a9ba6066676 (diff)
downloadchromium_src-db6b517beeb6de98960681b028ad761e331cc145.zip
chromium_src-db6b517beeb6de98960681b028ad761e331cc145.tar.gz
chromium_src-db6b517beeb6de98960681b028ad761e331cc145.tar.bz2
Bypass ToplevelWindowEventFilter for panels.
With this change minimize and drag work on panels in Aura. BUG=108497 TEST=Run chrome in aura. Create a panel. Click on titlebar. Drag. Review URL: http://codereview.chromium.org/9027020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_window_ids.h')
-rw-r--r--ash/shell_window_ids.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
index 25bc085..53a7b38 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -21,23 +21,26 @@ const int kShellWindowId_DefaultContainer = 1;
// The container for top-level windows with the 'always-on-top' flag set.
const int kShellWindowId_AlwaysOnTopContainer = 2;
+// The container for panel windows.
+const int kShellWindowId_PanelContainer = 3;
+
// The container for the launcher.
-const int kShellWindowId_LauncherContainer = 3;
+const int kShellWindowId_LauncherContainer = 4;
// The container for user-specific modal windows.
-const int kShellWindowId_ModalContainer = 4;
+const int kShellWindowId_ModalContainer = 5;
// The container for the lock screen.
-const int kShellWindowId_LockScreenContainer = 5;
+const int kShellWindowId_LockScreenContainer = 6;
// The container for the lock screen modal windows.
-const int kShellWindowId_LockModalContainer = 6;
+const int kShellWindowId_LockModalContainer = 7;
// The container for the status area.
-const int kShellWindowId_StatusContainer = 7;
+const int kShellWindowId_StatusContainer = 8;
// The container for menus and tooltips.
-const int kShellWindowId_MenusAndTooltipsContainer = 8;
+const int kShellWindowId_MenusAndTooltipsContainer = 9;
} // namespace internal