Chromium Code Reviews| Index: ash/shell_window_ids.h |
| diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h |
| index a64858fccb52377f021e4922a451f062f3d88c49..6e79afc38df5521667d1f49f62a04f700842a679 100644 |
| --- a/ash/shell_window_ids.h |
| +++ b/ash/shell_window_ids.h |
| @@ -99,6 +99,9 @@ const int kShellWindowId_PhantomWindow = 21; |
| // The topmost container, used for power off animation. |
| const int kShellWindowId_PowerButtonAnimationContainer = 22; |
| +// The container for windows docked to either side of the desktop. |
| +const int kShellWindowId_DockContainer = 23; |
|
Jun Mukai
2013/06/10 20:40:57
this looks too high. IIRC the order of id here co
flackr
2013/06/10 20:58:07
Just looked into this, stacking_controller.cc uses
varkha
2013/06/10 21:09:47
Done.
varkha
2013/06/10 21:09:47
Done.
|
| + |
| } // namespace internal |
| } // namespace ash |