| Index: content/common/text_input_state.cc
|
| diff --git a/content/common/text_input_state.cc b/content/common/text_input_state.cc
|
| index 14be07de518f2047d25630e07e3170ce0667fba5..d8efb979a1b62d582b6a9121abea7e50bb51adcf 100644
|
| --- a/content/common/text_input_state.cc
|
| +++ b/content/common/text_input_state.cc
|
| @@ -17,7 +17,8 @@ TextInputState::TextInputState()
|
| can_compose_inline(true),
|
| show_ime_if_needed(false),
|
| is_non_ime_change(true),
|
| - batch_edit(false) {}
|
| + batch_edit(false),
|
| + requires_ack(false) {}
|
|
|
| TextInputState::TextInputState(const TextInputState& other) = default;
|
|
|
|
|