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 #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 #pragma once | |
8 | 7 |
9 #include <map> | 8 #include <map> |
10 #include <vector> | 9 #include <vector> |
11 | 10 |
12 #include "ash/ash_export.h" | 11 #include "ash/ash_export.h" |
13 #include "base/basictypes.h" | 12 #include "base/basictypes.h" |
14 #include "base/compiler_specific.h" | 13 #include "base/compiler_specific.h" |
15 #include "ui/aura/display_observer.h" | 14 #include "ui/aura/display_observer.h" |
16 #include "ui/aura/display_manager.h" | 15 #include "ui/aura/display_manager.h" |
17 | 16 |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 | 104 |
106 SecondaryDisplayLayout secondary_display_layout_; | 105 SecondaryDisplayLayout secondary_display_layout_; |
107 | 106 |
108 DISALLOW_COPY_AND_ASSIGN(DisplayController); | 107 DISALLOW_COPY_AND_ASSIGN(DisplayController); |
109 }; | 108 }; |
110 | 109 |
111 } // namespace internal | 110 } // namespace internal |
112 } // namespace ash | 111 } // namespace ash |
113 | 112 |
114 #endif // ASH_DISPLAY_DISPLAY_CONTROLLER_H_ | 113 #endif // ASH_DISPLAY_DISPLAY_CONTROLLER_H_ |
OLD | NEW |