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 CHROME_BROWSER_UI_VIEWS_ASH_WINDOW_POSITIONER_H_ | 5 #ifndef CHROME_BROWSER_UI_VIEWS_ASH_WINDOW_POSITIONER_H_ |
6 #define CHROME_BROWSER_UI_VIEWS_ASH_WINDOW_POSITIONER_H_ | 6 #define CHROME_BROWSER_UI_VIEWS_ASH_WINDOW_POSITIONER_H_ |
7 | 7 |
8 #include "base/basictypes.h" | 8 #include "base/basictypes.h" |
9 #include "ui/gfx/rect.h" | 9 #include "ui/gfx/rect.h" |
10 | 10 |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 int popup_position_offset_from_screen_corner_y; | 55 int popup_position_offset_from_screen_corner_y; |
56 | 56 |
57 // The last used position. | 57 // The last used position. |
58 int last_popup_position_x_; | 58 int last_popup_position_x_; |
59 int last_popup_position_y_; | 59 int last_popup_position_y_; |
60 | 60 |
61 DISALLOW_COPY_AND_ASSIGN(WindowPositioner); | 61 DISALLOW_COPY_AND_ASSIGN(WindowPositioner); |
62 }; | 62 }; |
63 | 63 |
64 #endif // CHROME_BROWSER_UI_VIEWS_ASH_WINDOW_POSITIONER_H_ | 64 #endif // CHROME_BROWSER_UI_VIEWS_ASH_WINDOW_POSITIONER_H_ |
OLD | NEW |