diff options
Diffstat (limited to 'ash/shell_window_ids.h')
-rw-r--r-- | ash/shell_window_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h index f4aca62..c508c16 100644 --- a/ash/shell_window_ids.h +++ b/ash/shell_window_ids.h @@ -104,6 +104,9 @@ const int kShellWindowId_OverlayContainer = 21; // ID of the window created by PhantomWindowController. const int kShellWindowId_PhantomWindow = 22; +// The topmost container, used for power off animation. +const int kShellWindowId_PowerButtonAnimationContainer = 23; + } // namespace internal } // namespace ash |