| 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_;
|
|
|