Chromium Code Reviews| Index: ash/shell_window_ids.h |
| diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h |
| index f4aca62e89330ee241fd432ed2272e4e853a5deb..bceef18ea081bc4f94d49fc69e4bade04025781b 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, it is used for power off animation. |
|
Daniel Erat
2012/10/23 16:02:11
nit: s/it is used/used/
|
| +const int kShellWindowId_PowerButtonAnimationContainer = 23; |
| + |
| } // namespace internal |
| } // namespace ash |