summaryrefslogtreecommitdiffstats
path: root/ash/shell_window_ids.h
diff options
context:
space:
mode:
authorstevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-26 00:23:16 +0000
committerstevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-26 00:23:16 +0000
commitc066b8d33fe09b6778f4e084a1c18c9a863f19a9 (patch)
tree3c99988a12af8422127ac9eca80a97cee39d9b95 /ash/shell_window_ids.h
parenteb9a40bfbbd396c8dd7c367f09abab0949e3f212 (diff)
downloadchromium_src-c066b8d33fe09b6778f4e084a1c18c9a863f19a9.zip
chromium_src-c066b8d33fe09b6778f4e084a1c18c9a863f19a9.tar.gz
chromium_src-c066b8d33fe09b6778f4e084a1c18c9a863f19a9.tar.bz2
Set panels windows to always be on top.
Make always on top windows part of WorkspaceLayoutManager but not part of any actual workspace. BUG=119794 TEST=Test minimizing, maximizing, and moving popup windows and panels in normal and maximized mode. Review URL: https://chromiumcodereview.appspot.com/9836089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_window_ids.h')
-rw-r--r--ash/shell_window_ids.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
index e6535ed..192c577 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -47,31 +47,34 @@ const int kShellWindowId_PanelContainer = 7;
// The container for the launcher.
const int kShellWindowId_LauncherContainer = 8;
+// The container for the app list.
+const int kShellWindowId_AppListContainer = 9;
+
// The container for user-specific modal windows.
-const int kShellWindowId_SystemModalContainer = 9;
+const int kShellWindowId_SystemModalContainer = 10;
// The container for the lock screen.
-const int kShellWindowId_LockScreenContainer = 10;
+const int kShellWindowId_LockScreenContainer = 11;
// The container for the lock screen modal windows.
-const int kShellWindowId_LockSystemModalContainer = 11;
+const int kShellWindowId_LockSystemModalContainer = 12;
// The container for the status area.
-const int kShellWindowId_StatusContainer = 12;
+const int kShellWindowId_StatusContainer = 13;
// The container for menus.
-const int kShellWindowId_MenuContainer = 13;
+const int kShellWindowId_MenuContainer = 14;
// The container for drag/drop images and tooltips.
-const int kShellWindowId_DragImageAndTooltipContainer = 14;
+const int kShellWindowId_DragImageAndTooltipContainer = 15;
// The container for bubbles briefly overlaid onscreen to show settings changes
// (volume, brightness, etc.).
-const int kShellWindowId_SettingBubbleContainer = 15;
+const int kShellWindowId_SettingBubbleContainer = 16;
// The container for special components overlaid onscreen, such as the
// region selector for partial screenshots.
-const int kShellWindowId_OverlayContainer = 16;
+const int kShellWindowId_OverlayContainer = 17;
} // namespace internal