OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 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_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ | 5 #ifndef CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ |
6 #define CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ | 6 #define CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ |
7 | 7 |
8 #include <gtk/gtk.h> | 8 #include <gtk/gtk.h> |
9 | 9 |
10 #include "app/x11_util.h" | 10 #include "app/x11_util.h" |
11 #include "views/controls/button/button.h" | 11 #include "views/controls/button/button.h" |
12 #include "third_party/cros/chromeos_wm_ipc_enums.h" | 12 #include "cros/chromeos_wm_ipc_enums.h" |
13 | 13 |
14 class BrowserView; | 14 class BrowserView; |
15 class SkBitmap; | 15 class SkBitmap; |
16 typedef unsigned long XID; | 16 typedef unsigned long XID; |
17 | 17 |
18 namespace views { | 18 namespace views { |
19 class ImageButton; | 19 class ImageButton; |
20 class ImageView; | 20 class ImageView; |
21 class Label; | 21 class Label; |
22 class MouseEvent; | 22 class MouseEvent; |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 | 145 |
146 // GTK client event handler id. | 146 // GTK client event handler id. |
147 int client_event_handler_id_; | 147 int client_event_handler_id_; |
148 | 148 |
149 DISALLOW_COPY_AND_ASSIGN(PanelController); | 149 DISALLOW_COPY_AND_ASSIGN(PanelController); |
150 }; | 150 }; |
151 | 151 |
152 } // namespace chromeos | 152 } // namespace chromeos |
153 | 153 |
154 #endif // CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ | 154 #endif // CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ |
OLD | NEW |