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

Unified Diff: chrome/browser/chromeos/input_method/candidate_window_view.h

Issue 8799005: Revert 112965 - Support mozc suggest window on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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: chrome/browser/chromeos/input_method/candidate_window_view.h
===================================================================
--- chrome/browser/chromeos/input_method/candidate_window_view.h (revision 112970)
+++ chrome/browser/chromeos/input_method/candidate_window_view.h (working copy)
@@ -177,16 +177,6 @@
// The last cursor location.
gfx::Rect cursor_location_;
- // This location is used by suggestion window rendering which is mostly used
- // by ibus-mozc. The suggestion window should be aligned with the composition
- // text as opposed to the cursor. In case of ibus-mozc, suggestion window
- // location is calculated by engine and it carried by update_lookup_table
- // signal as additional information. This value is available when
- // is_suggestion_window_available is true.
- gfx::Rect suggestion_window_location_;
-
- bool is_suggestion_window_location_available_;
-
DISALLOW_COPY_AND_ASSIGN(CandidateWindowView);
};

Powered by Google App Engine
This is Rietveld 408576698