| Index: content/common/text_input_state.cc
|
| diff --git a/content/common/text_input_state.cc b/content/common/text_input_state.cc
|
| index ec5fbfe9d4ea4adf6fa5475bc92827919cba84a1..9dde23a587e0dffdc9aa3d388d0791a5564dc107 100644
|
| --- a/content/common/text_input_state.cc
|
| +++ b/content/common/text_input_state.cc
|
| @@ -16,7 +16,7 @@ TextInputState::TextInputState()
|
| composition_end(-1),
|
| can_compose_inline(true),
|
| show_ime_if_needed(false),
|
| - is_non_ime_change(true) {}
|
| + update_requested(false) {}
|
|
|
| TextInputState::TextInputState(const TextInputState& other) = default;
|
|
|
|
|