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

Side by Side Diff: ash/shell_window_ids.h

Issue 11280283: Extract the code of showing a dragging window on another display from PhantomWindowController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: assign NULL after deleting Layer Created 8 years 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 | Annotate | Revision Log
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/drag_window_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 const int kShellWindowId_DragImageAndTooltipContainer = 18; 86 const int kShellWindowId_DragImageAndTooltipContainer = 18;
87 87
88 // The container for bubbles briefly overlaid onscreen to show settings changes 88 // The container for bubbles briefly overlaid onscreen to show settings changes
89 // (volume, brightness, etc.). 89 // (volume, brightness, etc.).
90 const int kShellWindowId_SettingBubbleContainer = 19; 90 const int kShellWindowId_SettingBubbleContainer = 19;
91 91
92 // The container for special components overlaid onscreen, such as the 92 // The container for special components overlaid onscreen, such as the
93 // region selector for partial screenshots. 93 // region selector for partial screenshots.
94 const int kShellWindowId_OverlayContainer = 20; 94 const int kShellWindowId_OverlayContainer = 20;
95 95
96 // ID of the window created by PhantomWindowController. 96 // ID of the window created by PhantomWindowController or DragWindowController.
97 const int kShellWindowId_PhantomWindow = 21; 97 const int kShellWindowId_PhantomWindow = 21;
98 98
99 // The topmost container, used for power off animation. 99 // The topmost container, used for power off animation.
100 const int kShellWindowId_PowerButtonAnimationContainer = 22; 100 const int kShellWindowId_PowerButtonAnimationContainer = 22;
101 101
102 } // namespace internal 102 } // namespace internal
103 103
104 } // namespace ash 104 } // namespace ash
105 105
106 106
107 #endif // ASH_SHELL_WINDOW_IDS_H_ 107 #endif // ASH_SHELL_WINDOW_IDS_H_
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/drag_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698