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

Side by Side Diff: ash/display/window_tree_host_manager.h

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 3 months 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_DISPLAY_DISPLAY_CONTROLLER_H_ 5 #ifndef ASH_DISPLAY_DISPLAY_CONTROLLER_H_
6 #define ASH_DISPLAY_DISPLAY_CONTROLLER_H_ 6 #define ASH_DISPLAY_DISPLAY_CONTROLLER_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <map> 10 #include <map>
(...skipping 26 matching lines...) Expand all
37 } 37 }
38 38
39 namespace gfx { 39 namespace gfx {
40 class Insets; 40 class Insets;
41 } 41 }
42 42
43 namespace ash { 43 namespace ash {
44 class AshWindowTreeHost; 44 class AshWindowTreeHost;
45 struct AshWindowTreeHostInitParams; 45 struct AshWindowTreeHostInitParams;
46 class CursorWindowController; 46 class CursorWindowController;
47 class DisplayInfo;
48 class DisplayManager; 47 class DisplayManager;
49 class FocusActivationStore; 48 class FocusActivationStore;
50 class InputMethodEventHandler; 49 class InputMethodEventHandler;
51 class MirrorWindowController; 50 class MirrorWindowController;
52 class RootWindowController; 51 class RootWindowController;
53 52
54 // WindowTreeHostManager owns and maintains RootWindows for each attached 53 // WindowTreeHostManager owns and maintains RootWindows for each attached
55 // display, keeping them in sync with display configuration changes. 54 // display, keeping them in sync with display configuration changes.
56 class ASH_EXPORT WindowTreeHostManager 55 class ASH_EXPORT WindowTreeHostManager
57 : public display::DisplayObserver, 56 : public display::DisplayObserver,
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 int64_t cursor_display_id_for_restore_; 219 int64_t cursor_display_id_for_restore_;
221 220
222 base::WeakPtrFactory<WindowTreeHostManager> weak_ptr_factory_; 221 base::WeakPtrFactory<WindowTreeHostManager> weak_ptr_factory_;
223 222
224 DISALLOW_COPY_AND_ASSIGN(WindowTreeHostManager); 223 DISALLOW_COPY_AND_ASSIGN(WindowTreeHostManager);
225 }; 224 };
226 225
227 } // namespace ash 226 } // namespace ash
228 227
229 #endif // ASH_DISPLAY_DISPLAY_CONTROLLER_H_ 228 #endif // ASH_DISPLAY_DISPLAY_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ash/display/unified_mouse_warp_controller_unittest.cc ('k') | ash/display/window_tree_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698