diff options
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit_view_gtk.h')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit_view_gtk.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h index 02c619e..3c16392 100644 --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h @@ -426,6 +426,11 @@ class AutocompleteEditViewGtk : public AutocompleteEditView, // handled by IME or not. bool enter_was_inserted_; + // Indicates whether the IME changed the text. It's possible for the IME to + // handle a key event but not change the text contents (e.g., when pressing + // shift+del with no selection). + bool text_changed_; + // Contains the character range that should have a strikethrough (used for // insecure schemes). If the range is size one or less, no strikethrough // is needed. |