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

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

Issue 11447007: Fix unexpected auxiliary text appearance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 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 | « no previous file | chrome/browser/chromeos/input_method/input_method_engine_ibus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_engine_ibus.h
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
index e8dd7ceae7a26cb0f91fff1cc725d358f5f270ed..1e0eb5871844ffe11ffd93e9a3a56ad6d71323f8 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
@@ -157,9 +157,11 @@ class InputMethodEngineIBus : public InputMethodEngine,
// The current engine component.
scoped_ptr<ibus::IBusComponent> component_;
- // The current lookup table and it's visiblity.
+ // The current lookup table.
scoped_ptr<ibus::IBusLookupTable> table_;
- bool table_visible_;
+
+ // Indicates whether the candidate window is visible.
+ bool window_visible_;
// Mapping of candidate index to candidate id.
std::vector<int> candidate_ids_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_engine_ibus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698