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

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

Issue 130833002: Revert 243777 "Moves CandidateWindow model to ui/base/ime." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/ui/base/ime/chromeos/ibus_bridge.h
===================================================================
--- trunk/src/ui/base/ime/chromeos/ibus_bridge.h (revision 243783)
+++ trunk/src/ui/base/ime/chromeos/ibus_bridge.h (working copy)
@@ -18,11 +18,13 @@
} // namespace gfx
namespace ui {
-class CandidateWindow;
class KeyEvent;
} // namespace ui
namespace chromeos {
+namespace input_method {
+class CandidateWindow;
+} // namespace input_method
class IBusText;
@@ -109,8 +111,9 @@
virtual ~IBusPanelCandidateWindowHandlerInterface() {}
// Called when the IME updates the lookup table.
- virtual void UpdateLookupTable(const ui::CandidateWindow& candidate_window,
- bool visible) = 0;
+ virtual void UpdateLookupTable(
+ const input_method::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 | « trunk/src/ui/base/ime/candidate_window_unittest.cc ('k') | trunk/src/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