| Index: ui/base/ime/input_method_ibus.h
|
| diff --git a/ui/base/ime/input_method_ibus.h b/ui/base/ime/input_method_ibus.h
|
| index d6adc38dbe96ab78bd79a5840224b86d0c67e294..69e280f119f2cfb4eb85418af125746622d38842 100644
|
| --- a/ui/base/ime/input_method_ibus.h
|
| +++ b/ui/base/ime/input_method_ibus.h
|
| @@ -188,6 +188,8 @@ class UI_EXPORT InputMethodIBus : public InputMethodBase {
|
| // processing result of the pending key event.
|
| string16 result_text_;
|
|
|
| + string16 previous_selected_text_;
|
| +
|
| // Indicates if input context is focused or not.
|
| bool context_focused_;
|
|
|
|
|