Chromium Code Reviews| 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_; |