Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: ash/shell_window_ids.h

Issue 11220002: Add new animations in second implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added shutdown animations Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_SHELL_WINDOW_IDS_H_ 5 #ifndef ASH_SHELL_WINDOW_IDS_H_
6 #define ASH_SHELL_WINDOW_IDS_H_ 6 #define ASH_SHELL_WINDOW_IDS_H_
7 7
8 // Declarations of ids of special shell windows. 8 // Declarations of ids of special shell windows.
9 9
10 namespace ash { 10 namespace ash {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 // (volume, brightness, etc.). 97 // (volume, brightness, etc.).
98 const int kShellWindowId_SettingBubbleContainer = 20; 98 const int kShellWindowId_SettingBubbleContainer = 20;
99 99
100 // The container for special components overlaid onscreen, such as the 100 // The container for special components overlaid onscreen, such as the
101 // region selector for partial screenshots. 101 // region selector for partial screenshots.
102 const int kShellWindowId_OverlayContainer = 21; 102 const int kShellWindowId_OverlayContainer = 21;
103 103
104 // ID of the window created by PhantomWindowController. 104 // ID of the window created by PhantomWindowController.
105 const int kShellWindowId_PhantomWindow = 22; 105 const int kShellWindowId_PhantomWindow = 22;
106 106
107 // The topmost container, it is used for power off animation.
108 const int kShellWindowId_TopmostContainer = 23;
109
107 } // namespace internal 110 } // namespace internal
108 111
109 } // namespace ash 112 } // namespace ash
110 113
111 114
112 #endif // ASH_SHELL_WINDOW_IDS_H_ 115 #endif // ASH_SHELL_WINDOW_IDS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698