Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(775)

Unified Diff: ui/base/ime/chromeos/ibus_bridge.h

Issue 132453002: Moves CandidateWindow model to ui/base/ime (2nd) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/ime/candidate_window_unittest.cc ('k') | ui/base/ime/chromeos/mock_ime_candidate_window_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/ibus_bridge.h
diff --git a/ui/base/ime/chromeos/ibus_bridge.h b/ui/base/ime/chromeos/ibus_bridge.h
index f175eb6dc7db952a422e7e1af72516f4f71fb114..59a106666698d8e5008cbff029c5741d508b1e0c 100644
--- a/ui/base/ime/chromeos/ibus_bridge.h
+++ b/ui/base/ime/chromeos/ibus_bridge.h
@@ -18,13 +18,11 @@ class Rect;
} // namespace gfx
namespace ui {
+class CandidateWindow;
class KeyEvent;
} // namespace ui
namespace chromeos {
-namespace input_method {
-class CandidateWindow;
-} // namespace input_method
class IBusText;
@@ -111,9 +109,8 @@ class UI_BASE_EXPORT IBusPanelCandidateWindowHandlerInterface {
virtual ~IBusPanelCandidateWindowHandlerInterface() {}
// Called when the IME updates the lookup table.
- virtual void UpdateLookupTable(
- const input_method::CandidateWindow& candidate_window,
- bool visible) = 0;
+ virtual void UpdateLookupTable(const ui::CandidateWindow& candidate_window,
+ bool visible) = 0;
// Called when the IME updates the preedit text. The |text| is given in
// UTF-8 encoding.
« no previous file with comments | « ui/base/ime/candidate_window_unittest.cc ('k') | ui/base/ime/chromeos/mock_ime_candidate_window_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698