OLD | NEW |
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 #include "ash/root_window_controller.h" | 5 #include "ash/root_window_controller.h" |
6 | 6 |
7 #include <vector> | 7 #include <vector> |
8 | 8 |
9 #include "ash/ash_switches.h" | 9 #include "ash/ash_switches.h" |
10 #include "ash/desktop_background/desktop_background_widget_controller.h" | 10 #include "ash/desktop_background/desktop_background_widget_controller.h" |
11 #include "ash/display/display_controller.h" | 11 #include "ash/display/display_controller.h" |
12 #include "ash/display/multi_display_manager.h" | 12 #include "ash/display/display_manager.h" |
13 #include "ash/focus_cycler.h" | 13 #include "ash/focus_cycler.h" |
14 #include "ash/shell.h" | 14 #include "ash/shell.h" |
15 #include "ash/shell_delegate.h" | 15 #include "ash/shell_delegate.h" |
16 #include "ash/shell_factory.h" | 16 #include "ash/shell_factory.h" |
17 #include "ash/shell_window_ids.h" | 17 #include "ash/shell_window_ids.h" |
18 #include "ash/system/status_area_widget.h" | 18 #include "ash/system/status_area_widget.h" |
19 #include "ash/system/tray/system_tray_delegate.h" | 19 #include "ash/system/tray/system_tray_delegate.h" |
20 #include "ash/wm/base_layout_manager.h" | 20 #include "ash/wm/base_layout_manager.h" |
21 #include "ash/wm/panel_layout_manager.h" | 21 #include "ash/wm/panel_layout_manager.h" |
22 #include "ash/wm/panel_window_event_filter.h" | 22 #include "ash/wm/panel_window_event_filter.h" |
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 "OverlayContainer", | 616 "OverlayContainer", |
617 lock_screen_related_containers); | 617 lock_screen_related_containers); |
618 SetUsesScreenCoordinates(overlay_container); | 618 SetUsesScreenCoordinates(overlay_container); |
619 | 619 |
620 CreateContainer(kShellWindowId_PowerButtonAnimationContainer, | 620 CreateContainer(kShellWindowId_PowerButtonAnimationContainer, |
621 "PowerButtonAnimationContainer", root_window) ; | 621 "PowerButtonAnimationContainer", root_window) ; |
622 } | 622 } |
623 | 623 |
624 } // namespace internal | 624 } // namespace internal |
625 } // namespace ash | 625 } // namespace ash |
OLD | NEW |