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

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: Created 8 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
« 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..5d704ce7dc3bec1c1d667d5ea389f4e08260d6e5 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_;
+
+ // The whole window visibility.
Zachary Kuznia 2013/01/09 04:30:50 Indicates whether the candidate window is visible.
Seigo Nonaka 2013/01/09 04:55:23 Done.
+ 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