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 UI_MESSAGE_CENTER_VIEWS_POPUP_ALIGNMENT_DELEGATE_H_ | 5 #ifndef UI_MESSAGE_CENTER_VIEWS_POPUP_ALIGNMENT_DELEGATE_H_ |
6 #define UI_MESSAGE_CENTER_VIEWS_POPUP_ALIGNMENT_DELEGATE_H_ | 6 #define UI_MESSAGE_CENTER_VIEWS_POPUP_ALIGNMENT_DELEGATE_H_ |
7 | 7 |
8 #include "ui/message_center/message_center_export.h" | 8 #include "ui/message_center/message_center_export.h" |
9 #include "ui/views/widget/widget.h" | 9 #include "ui/views/widget/widget.h" |
10 | 10 |
11 namespace gfx { | 11 namespace gfx { |
12 class Point; | |
13 class Rect; | 12 class Rect; |
14 } | 13 } |
15 | 14 |
16 namespace display { | 15 namespace display { |
17 class Display; | 16 class Display; |
18 } | 17 } |
19 | 18 |
20 namespace message_center { | 19 namespace message_center { |
21 | 20 |
22 class MessagePopupCollection; | 21 class MessagePopupCollection; |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 | 61 |
63 void DoUpdateIfPossible(); | 62 void DoUpdateIfPossible(); |
64 | 63 |
65 private: | 64 private: |
66 MessagePopupCollection* collection_; | 65 MessagePopupCollection* collection_; |
67 }; | 66 }; |
68 | 67 |
69 } // namespace message_center | 68 } // namespace message_center |
70 | 69 |
71 #endif // UI_MESSAGE_CENTER_VIEWS_POPUP_ALIGNMENT_DELEGATE_H_ | 70 #endif // UI_MESSAGE_CENTER_VIEWS_POPUP_ALIGNMENT_DELEGATE_H_ |
OLD | NEW |