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

Side by Side Diff: ash/shell.h

Issue 2526333002: ash: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase Created 4 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
« no previous file with comments | « ash/screen_util.h ('k') | ash/shell/content/client/shell_browser_main_parts.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_H_ 5 #ifndef ASH_SHELL_H_
6 #define ASH_SHELL_H_ 6 #define ASH_SHELL_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <utility> 9 #include <utility>
10 #include <vector> 10 #include <vector>
11 11
12 #include "ash/ash_export.h" 12 #include "ash/ash_export.h"
13 #include "ash/metrics/user_metrics_recorder.h" 13 #include "ash/metrics/user_metrics_recorder.h"
14 #include "ash/public/cpp/shelf_types.h" 14 #include "ash/public/cpp/shelf_types.h"
15 #include "ash/wm/cursor_manager_chromeos.h" 15 #include "ash/wm/cursor_manager_chromeos.h"
16 #include "ash/wm/system_modal_container_event_filter_delegate.h" 16 #include "ash/wm/system_modal_container_event_filter_delegate.h"
17 #include "base/gtest_prod_util.h" 17 #include "base/gtest_prod_util.h"
18 #include "base/macros.h" 18 #include "base/macros.h"
19 #include "base/memory/weak_ptr.h" 19 #include "base/memory/weak_ptr.h"
20 #include "base/observer_list.h" 20 #include "base/observer_list.h"
21 #include "ui/aura/window.h" 21 #include "ui/aura/window.h"
22 #include "ui/display/screen.h" 22 #include "ui/display/screen.h"
23 #include "ui/events/event_target.h" 23 #include "ui/events/event_target.h"
24 #include "ui/gfx/geometry/insets.h" 24 #include "ui/gfx/geometry/insets.h"
25 #include "ui/gfx/geometry/size.h" 25 #include "ui/gfx/geometry/size.h"
26 #include "ui/wm/core/cursor_manager.h" 26 #include "ui/wm/core/cursor_manager.h"
27 27
28 namespace aura { 28 namespace aura {
29 class EventFilter;
30 class RootWindow; 29 class RootWindow;
31 class Window; 30 class Window;
32 namespace client { 31 namespace client {
33 class ActivationClient; 32 class ActivationClient;
34 class FocusClient; 33 class FocusClient;
35 } 34 }
36 } 35 }
37 36
38 namespace chromeos { 37 namespace chromeos {
39 class AudioA11yController; 38 class AudioA11yController;
40 } 39 }
41 40
42 namespace display { 41 namespace display {
43 class DisplayManager; 42 class DisplayManager;
44 } 43 }
45 44
46 namespace gfx { 45 namespace gfx {
47 class ImageSkia;
48 class Rect; 46 class Rect;
49 } 47 }
50 48
51 namespace ui { 49 namespace ui {
52 class DisplayConfigurator; 50 class DisplayConfigurator;
53 class Layer;
54 class UserActivityDetector; 51 class UserActivityDetector;
55 class UserActivityPowerManagerNotifier; 52 class UserActivityPowerManagerNotifier;
56 } 53 }
57 namespace views { 54 namespace views {
58 class NonClientFrameView; 55 class NonClientFrameView;
59 class Widget; 56 class Widget;
60 namespace corewm { 57 namespace corewm {
61 class TooltipController; 58 class TooltipController;
62 } 59 }
63 } 60 }
(...skipping 11 matching lines...) Expand all
75 class AcceleratorControllerDelegateAura; 72 class AcceleratorControllerDelegateAura;
76 class AshNativeCursorManager; 73 class AshNativeCursorManager;
77 class AutoclickController; 74 class AutoclickController;
78 class BluetoothNotificationController; 75 class BluetoothNotificationController;
79 class DisplayChangeObserver; 76 class DisplayChangeObserver;
80 class DisplayColorManager; 77 class DisplayColorManager;
81 class DisplayConfigurationController; 78 class DisplayConfigurationController;
82 class DisplayErrorObserver; 79 class DisplayErrorObserver;
83 class DragDropController; 80 class DragDropController;
84 class EventClientImpl; 81 class EventClientImpl;
85 class EventRewriterEventFilter;
86 class EventTransformationHandler; 82 class EventTransformationHandler;
87 class FirstRunHelper; 83 class FirstRunHelper;
88 class GPUSupport; 84 class GPUSupport;
89 class HighContrastController; 85 class HighContrastController;
90 class ImmersiveHandlerFactoryAsh; 86 class ImmersiveHandlerFactoryAsh;
91 class LaserPointerController; 87 class LaserPointerController;
92 class LinkHandlerModelFactory; 88 class LinkHandlerModelFactory;
93 class LockStateController; 89 class LockStateController;
94 enum class LoginStatus; 90 enum class LoginStatus;
95 class MagnificationController; 91 class MagnificationController;
96 class MouseCursorEventFilter; 92 class MouseCursorEventFilter;
97 class OverlayEventFilter; 93 class OverlayEventFilter;
98 class PartialMagnificationController; 94 class PartialMagnificationController;
99 class PowerButtonController; 95 class PowerButtonController;
100 class PowerEventObserver; 96 class PowerEventObserver;
101 class ProjectingObserver; 97 class ProjectingObserver;
102 class ResizeShadowController; 98 class ResizeShadowController;
103 class ResolutionNotificationController; 99 class ResolutionNotificationController;
104 class RootWindowController; 100 class RootWindowController;
105 class ScopedOverviewAnimationSettingsFactoryAura; 101 class ScopedOverviewAnimationSettingsFactoryAura;
106 class ScreenAsh;
107 class ScreenOrientationController; 102 class ScreenOrientationController;
108 class ScreenshotController; 103 class ScreenshotController;
109 class ScreenPinningController; 104 class ScreenPinningController;
110 class ScreenPositionController; 105 class ScreenPositionController;
111 class SessionStateDelegate; 106 class SessionStateDelegate;
112 class ShellDelegate; 107 class ShellDelegate;
113 struct ShellInitParams; 108 struct ShellInitParams;
114 class SlowAnimationEventFilter;
115 class StatusAreaWidget;
116 class StickyKeysController; 109 class StickyKeysController;
117 class SystemGestureEventFilter; 110 class SystemGestureEventFilter;
118 class SystemModalContainerEventFilter; 111 class SystemModalContainerEventFilter;
119 class SystemTray; 112 class SystemTray;
120 class ToplevelWindowEventHandler; 113 class ToplevelWindowEventHandler;
121 class TouchTransformerController; 114 class TouchTransformerController;
122 class TouchObserverHUD;
123 class ScreenLayoutObserver; 115 class ScreenLayoutObserver;
124 class VirtualKeyboardController; 116 class VirtualKeyboardController;
125 class VideoActivityNotifier; 117 class VideoActivityNotifier;
126 class VideoDetector; 118 class VideoDetector;
127 class WebNotificationTray; 119 class WebNotificationTray;
128 class WindowPositioner; 120 class WindowPositioner;
129 class WindowTreeHostManager; 121 class WindowTreeHostManager;
130 class WmShellAura; 122 class WmShellAura;
131 class WmWindow; 123 class WmWindow;
132 124
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 std::unique_ptr<GPUSupport> gpu_support_; 540 std::unique_ptr<GPUSupport> gpu_support_;
549 541
550 std::unique_ptr<ImmersiveHandlerFactoryAsh> immersive_handler_factory_; 542 std::unique_ptr<ImmersiveHandlerFactoryAsh> immersive_handler_factory_;
551 543
552 DISALLOW_COPY_AND_ASSIGN(Shell); 544 DISALLOW_COPY_AND_ASSIGN(Shell);
553 }; 545 };
554 546
555 } // namespace ash 547 } // namespace ash
556 548
557 #endif // ASH_SHELL_H_ 549 #endif // ASH_SHELL_H_
OLDNEW
« no previous file with comments | « ash/screen_util.h ('k') | ash/shell/content/client/shell_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698