OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_ | 5 #ifndef ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_ |
6 #define ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_ | 6 #define ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_ |
7 | 7 |
| 8 #include <stdint.h> |
| 9 |
8 #include "ash/ash_export.h" | 10 #include "ash/ash_export.h" |
9 #include "ash/shelf/shelf_layout_manager_observer.h" | 11 #include "ash/shelf/shelf_layout_manager_observer.h" |
10 #include "ash/shelf/shelf_types.h" | 12 #include "ash/shelf/shelf_types.h" |
11 #include "ash/shell_observer.h" | 13 #include "ash/shell_observer.h" |
12 #include "base/macros.h" | 14 #include "base/macros.h" |
13 #include "ui/gfx/display_observer.h" | 15 #include "ui/gfx/display_observer.h" |
14 #include "ui/gfx/geometry/rect.h" | 16 #include "ui/gfx/geometry/rect.h" |
15 #include "ui/message_center/views/popup_alignment_delegate.h" | 17 #include "ui/message_center/views/popup_alignment_delegate.h" |
16 | 18 |
17 namespace aura { | 19 namespace aura { |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 aura::Window* root_window_; | 92 aura::Window* root_window_; |
91 ShelfLayoutManager* shelf_; | 93 ShelfLayoutManager* shelf_; |
92 int system_tray_height_; | 94 int system_tray_height_; |
93 | 95 |
94 DISALLOW_COPY_AND_ASSIGN(AshPopupAlignmentDelegate); | 96 DISALLOW_COPY_AND_ASSIGN(AshPopupAlignmentDelegate); |
95 }; | 97 }; |
96 | 98 |
97 } // namespace ash | 99 } // namespace ash |
98 | 100 |
99 #endif // ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_ | 101 #endif // ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_ |
OLD | NEW |