Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: content/common/text_input_state.cc

Issue 2470713002: [WIP Approach 1] Straighten up input method reactivation
Patch Set: fix some tests Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/text_input_state.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/common/text_input_state.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698