| Index: content/common/text_input_state.h
|
| diff --git a/content/common/text_input_state.h b/content/common/text_input_state.h
|
| index 0fdc32b58aa02e35372bc6fbd28bed6fdf619fc2..1e645c0c77b76ee05ccda423ca409ffa65f0cb3f 100644
|
| --- a/content/common/text_input_state.h
|
| +++ b/content/common/text_input_state.h
|
| @@ -57,6 +57,9 @@ struct CONTENT_EXPORT TextInputState {
|
| // Whether this change is originated from non-IME (e.g., Javascript,
|
| // Autofill).
|
| bool is_non_ime_change;
|
| +
|
| + // Whether we are in a batch edit.
|
| + bool batch_edit;
|
| };
|
|
|
| } // namespace content
|
|
|