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_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_ | 5 #ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_ |
6 #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_ | 6 #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_ |
7 | 7 |
8 #include "base/gtest_prod_util.h" | 8 #include "base/gtest_prod_util.h" |
9 #include "base/memory/scoped_ptr.h" | 9 #include "base/memory/scoped_ptr.h" |
10 #include "chrome/browser/chromeos/input_method/ibus_ui_controller.h" | |
11 #include "chromeos/dbus/ibus/ibus_lookup_table.h" | 10 #include "chromeos/dbus/ibus/ibus_lookup_table.h" |
12 #include "ui/views/view.h" | 11 #include "ui/views/view.h" |
13 | 12 |
14 namespace gfx { | 13 namespace gfx { |
15 class Font; | 14 class Font; |
16 } | 15 } |
17 | 16 |
18 namespace chromeos { | 17 namespace chromeos { |
19 class IBusLookupTable; | 18 class IBusLookupTable; |
20 namespace input_method { | 19 namespace input_method { |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 // if should be, shows parent_frame and if not, hides parent_frame. | 226 // if should be, shows parent_frame and if not, hides parent_frame. |
228 void UpdateParentArea(); | 227 void UpdateParentArea(); |
229 | 228 |
230 DISALLOW_COPY_AND_ASSIGN(CandidateWindowView); | 229 DISALLOW_COPY_AND_ASSIGN(CandidateWindowView); |
231 }; | 230 }; |
232 | 231 |
233 } // namespace input_method | 232 } // namespace input_method |
234 } // namespace chromeos | 233 } // namespace chromeos |
235 | 234 |
236 #endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_ | 235 #endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_CANDIDATE_WINDOW_VIEW_H_ |
OLD | NEW |